Skip to content

Commit

Permalink
Moved units migration to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Sep 1, 2023
1 parent 59f7ea6 commit 760ce50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ comment on column resource_type.definition is e''
alter table mission_model_parameters
rename column parameter_definitions to parameters;

call migrations.mark_migration_rolled_back('25');
call migrations.mark_migration_rolled_back('26');
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ comment on column resource_type.definition is e''
alter table mission_model_parameters
rename column parameters to parameter_definitions;

call migrations.mark_migration_applied('25');
call migrations.mark_migration_applied('26');
1 change: 1 addition & 0 deletions merlin-server/sql/merlin/applied_migrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ call migrations.mark_migration_applied('22');
call migrations.mark_migration_applied('23');
call migrations.mark_migration_applied('24');
call migrations.mark_migration_applied('25');
call migrations.mark_migration_applied('26');

0 comments on commit 760ce50

Please sign in to comment.