-
- Downloads
Merge branch 'backfill-desired-sharding-key-small-table-resource_weight_events' into 'master'
Add and backfill namespace_id for resource_weight_events See merge request !174405 Merged-by:Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
No related branches found
No related tags found
Pipeline #1575556590 passed
Stage: sync
Stage: preflight
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test-frontend
Stage: test
Stage: post-test
Stage: pages
Stage: benchmark
Showing
- db/docs/batched_background_migrations/backfill_resource_weight_events_namespace_id.yml 8 additions, 0 deletions...grations/backfill_resource_weight_events_namespace_id.yml
- db/docs/resource_weight_events.yml 1 addition, 0 deletionsdb/docs/resource_weight_events.yml
- db/migrate/20241202142250_add_namespace_id_to_resource_weight_events.rb 9 additions, 0 deletions...41202142250_add_namespace_id_to_resource_weight_events.rb
- db/post_migrate/20241202142251_index_resource_weight_events_on_namespace_id.rb 16 additions, 0 deletions...202142251_index_resource_weight_events_on_namespace_id.rb
- db/post_migrate/20241202142252_add_resource_weight_events_namespace_id_fk.rb 16 additions, 0 deletions...41202142252_add_resource_weight_events_namespace_id_fk.rb
- db/post_migrate/20241202142253_add_resource_weight_events_namespace_id_trigger.rb 25 additions, 0 deletions...142253_add_resource_weight_events_namespace_id_trigger.rb
- db/post_migrate/20241202142254_queue_backfill_resource_weight_events_namespace_id.rb 40 additions, 0 deletions...254_queue_backfill_resource_weight_events_namespace_id.rb
- db/schema_migrations/20241202142250 1 addition, 0 deletionsdb/schema_migrations/20241202142250
- db/schema_migrations/20241202142251 1 addition, 0 deletionsdb/schema_migrations/20241202142251
- db/schema_migrations/20241202142252 1 addition, 0 deletionsdb/schema_migrations/20241202142252
- db/schema_migrations/20241202142253 1 addition, 0 deletionsdb/schema_migrations/20241202142253
- db/schema_migrations/20241202142254 1 addition, 0 deletionsdb/schema_migrations/20241202142254
- db/structure.sql 25 additions, 1 deletiondb/structure.sql
- lib/gitlab/background_migration/backfill_resource_weight_events_namespace_id.rb 10 additions, 0 deletions...migration/backfill_resource_weight_events_namespace_id.rb
- spec/lib/gitlab/background_migration/backfill_resource_weight_events_namespace_id_spec.rb 15 additions, 0 deletions...tion/backfill_resource_weight_events_namespace_id_spec.rb
- spec/migrations/20241202142254_queue_backfill_resource_weight_events_namespace_id_spec.rb 33 additions, 0 deletions...ueue_backfill_resource_weight_events_namespace_id_spec.rb
db/schema_migrations/20241202142250
0 → 100644
db/schema_migrations/20241202142251
0 → 100644
db/schema_migrations/20241202142252
0 → 100644
db/schema_migrations/20241202142253
0 → 100644
db/schema_migrations/20241202142254
0 → 100644
Please register or sign in to comment