discourse-solved/db/migrate
Natalie Tay 55c1eb4d60
DEV: Move solved custom fields into a table (#342)
Related: 
- https://github.com/discourse/discourse-solved/pull/309
- https://github.com/discourse/discourse-solved/pull/341

Requires:
- https://github.com/discourse/discourse/pull/31954

This commit converts all use of post and topic custom fields into a dedicated table:
- migration for copying custom field into table
- swap app usage of custom fields to table

This commit does not attempt to fix issues or optimise, and does not delete old data from custom fields _yet_.
2025-03-25 14:51:32 +08:00
..
20191209095548_ensures_unique_accepted_answer_post_id.rb DEV: Introduce syntax_tree for ruby formatting (#217) 2022-12-23 20:36:08 +00:00
20210218022053_solved_fix_high_auto_close_topic_hours.rb FIX: Add min/max values for auto close hours (#121) 2021-02-18 13:49:39 +10:00
20210429154322_remove_nil_custom_fields_from_solved.rb DEV: Promote historic post_deploy migrations (#216) 2022-12-19 17:28:01 +02:00
20210618142654_recreate_solutions_column.rb Re-add usage of `add_directory_column` for user directory table solutions count (#140) 2021-06-22 13:18:23 -05:00
20221121223417_rename_badges.rb DEV: Introduce syntax_tree for ruby formatting (#217) 2022-12-23 20:36:08 +00:00
20240116100023_fill_accept_all_solutions_allowed_groups_based_on_deprecated_setting.rb DEV: Promote historical post-deploy migrations (#331) 2025-01-24 11:48:56 -03:00
20250318024824_create_discourse_solved_solved_topics.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
20250318024953_copy_solved_topic_custom_field_to_discourse_solved_solved_topics.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
20250318025147_add_index_for_discourse_solved_topics.rb DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00