jayvynl

Results 34 comments of jayvynl

Maybe you are right, migration table should be distributed, add an host field to track node running migration.

The "migration_cluster" option simply indicates that django_migration tables will be created on a specific cluster. It does **not** mean that all tables — especially those using the MergeTree engine —...

> [@jayvynl](https://github.com/jayvynl) can I open a PR to your repo? you might understand my use case better, and might help others facing this issue. Yes, of course.

> I 100% agree with you, @jayvynl! For the exact reasons you enumerated I believe that the `django_migrations` table should **NOT** be a `MergeTree` when the settings file indicates `migration_cluster:...