Skip to content
代码片段 群组 项目
提交 a6394f15 编辑于 作者: Yannis Roussos's avatar Yannis Roussos 提交者: Mayra Cabrera
浏览文件

Initialize conversion of events.id to bigint

- Add new temporary column id_convert_to_bigint to
  events table
- Add triggers to keep events.id_convert_to_bigint
  in sync with events.id
- Create batched background migration with job
  CopyColumnUsingBackgroundMigrationJob to backfill
  events.id_convert_to_bigint
- Add new tenmporary column event_id_convert_to_bigint to
  push_event_payloads table
- Add triggers to keep push_event_payloads.event_id_convert_to_bigint
  in sync with push_event_payloads.event_id
- Create batched background migration with job
  CopyColumnUsingBackgroundMigrationJob jobs to backfill
  push_event_payloads.event_id_convert_to_bigint
上级 5f62cd3e
No related branches found
No related tags found
加载中
显示
264 个添加3 个删除
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册