From 8f3e30e65c3a2b16f370b7f87f1ebe575c785ebd Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Fri, 9 Dec 2022 09:39:56 -0800 Subject: [PATCH] fix: re-order sqitch plan --- schema/sqitch.plan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 0b217042a6..9e11dfda92 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -150,11 +150,11 @@ computed_columns/project_revision_type_row_number [tables/project tables/project mutations/create_project_revision [mutations/create_project_revision@1.0.0-rc.5] 2022-11-09T18:34:54Z Gurjeet Matharu # adding ammendmentn types tables/payment_001 [tables/payment] 2022-08-30T23:41:40Z Dylan Leard # Migration: rename gross and net amount columns functions/handle_milestone_form_change_commit [tables/form_change] 2022-08-30T21:03:03Z Dylan Leard # Add custom adapter function to parse the consolidated milestone form_change data into the correct tables -tables/form_change_001 [tables/form_change tables/form] 2022-09-01T22:26:46Z Dylan Leard # Migration: json_schema_name is now a foreign key to the form table mutations/add_milestone_to_revision [mutations/add_milestone_to_revision@1.0.0-rc.4] 2022-09-12T17:26:22Z Pierre Bastianelli # Removing unused custom mutation mutations/discard_milestone_form_change [mutations/discard_milestone_form_change@1.0.0-rc.4] 2022-09-12T17:38:11Z Pierre Bastianelli # Removing unnecessary discard custom mutation functions/migration_milestone_form_changes_to_single_form_change 2022-10-05T21:33:26Z Pierre Bastianelli # idempotent function called by the migration with the same name. Aggregates the multiple form_changes for milestones(reporting_requirement, payment, milestone) into a new, single milestone form_change migrations/001_milestone_form_changes_to_single_form_change 2022-10-05T21:24:11Z Pierre Bastianelli # Migration function and call to move all truples(reporting_requirement, milestone, payment) to a single milestone form_change +tables/form_change_001 [tables/form_change tables/form] 2022-09-01T22:26:46Z Dylan Leard # Migration: json_schema_name is now a foreign key to the form table computed_columns/project_revision_milestone_report_statuses [computed_columns/project_revision_milestone_report_statuses@1.0.0-rc.5] 2022-10-14T22:59:48Z Pierre Bastianelli # Updating the computed column for reporting requirement status after the milestone refactor mutations/commit_form_change_internal [mutations/commit_form_change_internal@1.0.0-rc.5] 2022-10-25T18:36:46Z Pierre Bastianelli # commit form change pulls the commit handler from the database tables/form_001 [tables/form] 2022-10-25T18:49:21Z Pierre Bastianelli # updating the commit handler to be a string, to make calling it easier