discourse-assign/db/post_migrate
Krzysztof Kotlarek 5124ba0f67
FIX: assignment table migration when SKIP_POST_DEPLOYMENT_MIGRATIONS (#217)
We need two branches of that migration. One when `assigned_to_type` is missing and another when `assigned_to_type` exists.

https://meta.discourse.org/t/db-migration-version-20210714173022-fails-when-having-skipped-post-deployment-migrations-before/204660
2021-09-29 18:33:45 +10:00
..
20210429154319_remove_nil_custom_fields_from_assign.rb DEV: Avoid nil custom fields (#154) 2021-05-05 11:15:50 +02:00
20210709101534_move_assignments_from_custom_fields_to_a_table.rb FIX: CF to table migration was incorrect (#171) 2021-07-14 20:45:31 +02:00
20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb FIX: assignment table migration when SKIP_POST_DEPLOYMENT_MIGRATIONS (#217) 2021-09-29 18:33:45 +10:00