Add web_hook_logs_daily table
This commit introduces a new table to partition web_hook_logs by day. Changelog: added
显示
- config/initializers/postgres_partitioning.rb 12 个添加, 0 个删除config/initializers/postgres_partitioning.rb
- db/docs/web_hook_logs_daily.yml 12 个添加, 0 个删除db/docs/web_hook_logs_daily.yml
- db/migrate/20241217140211_create_daily_partitioned_web_hook_log_copy.rb 53 个添加, 0 个删除...41217140211_create_daily_partitioned_web_hook_log_copy.rb
- db/migrate/20241217140216_create_trigger_to_web_hook_logs.rb 20 个添加, 0 个删除db/migrate/20241217140216_create_trigger_to_web_hook_logs.rb
- db/schema_migrations/20241217140211 1 个添加, 0 个删除db/schema_migrations/20241217140211
- db/schema_migrations/20241217140216 1 个添加, 0 个删除db/schema_migrations/20241217140216
- db/structure.sql 91 个添加, 9 个删除db/structure.sql
- spec/db/schema_spec.rb 1 个添加, 0 个删除spec/db/schema_spec.rb
- spec/lib/gitlab/database/sharding_key_spec.rb 2 个添加, 1 个删除spec/lib/gitlab/database/sharding_key_spec.rb
db/docs/web_hook_logs_daily.yml
0 → 100644
db/schema_migrations/20241217140211
0 → 100644
db/schema_migrations/20241217140216
0 → 100644
想要评论请 注册 或 登录