Add namespace_id column to redirect_routes
The namespace_id will serve as the sharding key for the table. This will be used to identify from which organization owns the resource. Changelog: other
上级
702f68b1
No related branches found
No related tags found
显示
- db/migrate/20250227054952_add_redirect_routes_namespace_id.rb 9 个添加, 0 个删除...igrate/20250227054952_add_redirect_routes_namespace_id.rb
- db/post_migrate/20250227091623_index_redirect_routes_on_namespace_id.rb 16 个添加, 0 个删除...e/20250227091623_index_redirect_routes_on_namespace_id.rb
- db/post_migrate/20250227092023_add_redirect_routes_namespace_id_fk.rb 14 个添加, 0 个删除...ate/20250227092023_add_redirect_routes_namespace_id_fk.rb
- db/schema_migrations/20250227054952 1 个添加, 0 个删除db/schema_migrations/20250227054952
- db/schema_migrations/20250227091623 1 个添加, 0 个删除db/schema_migrations/20250227091623
- db/schema_migrations/20250227092023 1 个添加, 0 个删除db/schema_migrations/20250227092023
- db/structure.sql 7 个添加, 1 个删除db/structure.sql
db/schema_migrations/20250227054952
0 → 100644
db/schema_migrations/20250227091623
0 → 100644
db/schema_migrations/20250227092023
0 → 100644
想要评论请 注册 或 登录