discourse-assign/db/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
..
20190422200243_add_last_reminded_at_index.rb Add frozen string literal comment to files. 2019-05-13 10:30:21 +08:00
20190503145428_add_reminds_assign_frequency_index.rb FEATURE: Users can override reminders frequency (#30) 2019-05-27 10:53:37 -03:00
20190718144722_set_assign_allowed_on_groups_default.rb DEV: use group ids to allow assign on groups [Undo Revert] (#41) 2019-07-19 10:30:44 -03:00
20191119174425_rename_site_setting_assign_emailer.rb FIX: Make migration compatible with stable branch 2019-12-02 14:01:39 +00:00
20210627100932_create_assignments.rb DEV: Move assignments from custom fields to a table (#169) 2021-07-14 10:48:19 +02:00
20210724143804_add_assigned_to_type_to_assignments.rb FEATURE: Assign to group (#182) 2021-08-27 09:25:38 +10:00
20210830024453_add_assignable_level_to_groups.rb FEATURE: new assignable group option instead of messageable (#195) 2021-09-08 10:30:13 +10:00
20210908060141_add_index_to_assigned_to_id_and_type.rb FEATURE: better UI for group assignments (#197) 2021-09-09 12:18:18 +10:00
20211006223156_add_target_to_assignments.rb FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
20211014043735_remove_topic_id_index.rb FEATURE: assign to post (#224) 2021-11-01 09:27:13 +11:00
20211206060512_add_active_to_assignments.rb FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00