Create time-space partitions in separate schema
显示
- changelogs/unreleased/ab-partition-management.yml 5 个添加, 0 个删除changelogs/unreleased/ab-partition-management.yml
- config/initializers/active_record_schema_ignore_tables.rb 3 个添加, 0 个删除config/initializers/active_record_schema_ignore_tables.rb
- db/migrate/20200623121135_create_dynamic_partitions_schema.rb 19 个添加, 0 个删除...igrate/20200623121135_create_dynamic_partitions_schema.rb
- db/structure.sql 5 个添加, 0 个删除db/structure.sql
- lib/backup/database.rb 8 个添加, 2 个删除lib/backup/database.rb
- lib/gitlab/database.rb 7 个添加, 0 个删除lib/gitlab/database.rb
- lib/gitlab/database/partitioning_migration_helpers/table_management_helpers.rb 1 个添加, 1 个删除...artitioning_migration_helpers/table_management_helpers.rb
- lib/gitlab/database/schema_helpers.rb 5 个添加, 1 个删除lib/gitlab/database/schema_helpers.rb
- lib/tasks/gitlab/db.rake 5 个添加, 0 个删除lib/tasks/gitlab/db.rake
- spec/db/schema_spec.rb 30 个添加, 0 个删除spec/db/schema_spec.rb
- spec/lib/backup/database_spec.rb 67 个添加, 0 个删除spec/lib/backup/database_spec.rb
- spec/lib/gitlab/database/partitioning_migration_helpers/table_management_helpers_spec.rb 1 个添加, 1 个删除...ioning_migration_helpers/table_management_helpers_spec.rb
- spec/lib/gitlab/database_spec.rb 8 个添加, 0 个删除spec/lib/gitlab/database_spec.rb
- spec/support/helpers/partitioning_helpers.rb 6 个添加, 3 个删除spec/support/helpers/partitioning_helpers.rb
spec/lib/backup/database_spec.rb
0 → 100644
想要评论请 注册 或 登录