discourse-assign/db/post_migrate
Krzysztof Kotlarek dc8f43fbb1
FEATURE: Assignment target is polymorphic (#218)
Change `topic_id` to polymorphic approach (In the next step we will allow assigning to individual post)

`topic_id` column is still used for efficient display of assigned users on topic list (to avoid scanning posts)
2021-10-14 09:22:29 +11: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 FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00