discourse-assign/db/post_migrate
Krzysztof Kotlarek 1a1dffc5e8
FEATURE: active flag for assignments (#264)
When topic is closed, we mark assignments as "inactive". Then when it is reopen and setting reassign_on_open is enabled, we bring back previous assignments.

We were already using custom fields for archive message and move to inbox. I changed custom fields solution to use active flag on Assignment model
2021-12-13 08:36:14 +01: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
20211108023921_change_action_code_href_to_action_code_path.rb FIX: rename action_code_href to action_code_path (#234) 2021-11-08 14:32:21 +11:00
20211206081254_move_prev_assigned_custom_fields_to_assignments.rb FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00