Skip to content

Commit

Permalink
fix: re-order sqitch plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Dec 9, 2022
1 parent 477ecfb commit 8f3e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ computed_columns/project_revision_type_row_number [tables/project tables/project
mutations/create_project_revision [mutations/[email protected]] 2022-11-09T18:34:54Z Gurjeet Matharu <[email protected]> # adding ammendmentn types
tables/payment_001 [tables/payment] 2022-08-30T23:41:40Z Dylan Leard <[email protected]> # Migration: rename gross and net amount columns
functions/handle_milestone_form_change_commit [tables/form_change] 2022-08-30T21:03:03Z Dylan Leard <[email protected]> # 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 <[email protected]> # Migration: json_schema_name is now a foreign key to the form table
mutations/add_milestone_to_revision [mutations/[email protected]] 2022-09-12T17:26:22Z Pierre Bastianelli <[email protected]> # Removing unused custom mutation
mutations/discard_milestone_form_change [mutations/[email protected]] 2022-09-12T17:38:11Z Pierre Bastianelli <[email protected]> # Removing unnecessary discard custom mutation
functions/migration_milestone_form_changes_to_single_form_change 2022-10-05T21:33:26Z Pierre Bastianelli <[email protected]> # 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 <[email protected]> # 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 <[email protected]> # Migration: json_schema_name is now a foreign key to the form table
computed_columns/project_revision_milestone_report_statuses [computed_columns/[email protected]] 2022-10-14T22:59:48Z Pierre Bastianelli <[email protected]> # Updating the computed column for reporting requirement status after the milestone refactor
mutations/commit_form_change_internal [mutations/[email protected]] 2022-10-25T18:36:46Z Pierre Bastianelli <[email protected]> # commit form change pulls the commit handler from the database
tables/form_001 [tables/form] 2022-10-25T18:49:21Z Pierre Bastianelli <[email protected]> # updating the commit handler to be a string, to make calling it easier
Expand Down

0 comments on commit 8f3e30e

Please sign in to comment.