From d8821aa16dc87e2e07d20587bcfa3d70b7fd79f8 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Mon, 19 Dec 2022 17:28:09 +0200 Subject: [PATCH] DEV: Promote historic post_deploy migrations (#402) This commit promotes all post_deploy migrations which existed in Discourse v2.8.0 (timestamp <= 20220107014925) --- .../20210429154319_remove_nil_custom_fields_from_assign.rb | 0 ...210709101534_move_assignments_from_custom_fields_to_a_table.rb | 0 ...22_correctly_move_assignments_from_custom_fields_to_a_table.rb | 0 .../20211108023921_change_action_code_href_to_action_code_path.rb | 0 ...11206081254_move_prev_assigned_custom_fields_to_assignments.rb | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename db/{post_migrate => migrate}/20210429154319_remove_nil_custom_fields_from_assign.rb (100%) rename db/{post_migrate => migrate}/20210709101534_move_assignments_from_custom_fields_to_a_table.rb (100%) rename db/{post_migrate => migrate}/20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb (100%) rename db/{post_migrate => migrate}/20211108023921_change_action_code_href_to_action_code_path.rb (100%) rename db/{post_migrate => migrate}/20211206081254_move_prev_assigned_custom_fields_to_assignments.rb (100%) diff --git a/db/post_migrate/20210429154319_remove_nil_custom_fields_from_assign.rb b/db/migrate/20210429154319_remove_nil_custom_fields_from_assign.rb similarity index 100% rename from db/post_migrate/20210429154319_remove_nil_custom_fields_from_assign.rb rename to db/migrate/20210429154319_remove_nil_custom_fields_from_assign.rb diff --git a/db/post_migrate/20210709101534_move_assignments_from_custom_fields_to_a_table.rb b/db/migrate/20210709101534_move_assignments_from_custom_fields_to_a_table.rb similarity index 100% rename from db/post_migrate/20210709101534_move_assignments_from_custom_fields_to_a_table.rb rename to db/migrate/20210709101534_move_assignments_from_custom_fields_to_a_table.rb diff --git a/db/post_migrate/20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb b/db/migrate/20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb similarity index 100% rename from db/post_migrate/20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb rename to db/migrate/20210714173022_correctly_move_assignments_from_custom_fields_to_a_table.rb diff --git a/db/post_migrate/20211108023921_change_action_code_href_to_action_code_path.rb b/db/migrate/20211108023921_change_action_code_href_to_action_code_path.rb similarity index 100% rename from db/post_migrate/20211108023921_change_action_code_href_to_action_code_path.rb rename to db/migrate/20211108023921_change_action_code_href_to_action_code_path.rb diff --git a/db/post_migrate/20211206081254_move_prev_assigned_custom_fields_to_assignments.rb b/db/migrate/20211206081254_move_prev_assigned_custom_fields_to_assignments.rb similarity index 100% rename from db/post_migrate/20211206081254_move_prev_assigned_custom_fields_to_assignments.rb rename to db/migrate/20211206081254_move_prev_assigned_custom_fields_to_assignments.rb