Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Sep 23, 2024
1 parent b87f41d commit d36b021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ DROP TABLE merlin.derivation_group CASCADE;
DROP FUNCTION merlin.subtract_later_ranges CASCADE;
DROP FUNCTION merlin.check_event_times CASCADE;

call migrations.mark_migration_rolled_back('9');
call migrations.mark_migration_rolled_back('11');
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,4 @@ begin
end
$$;

call migrations.mark_migration_applied('9');
call migrations.mark_migration_applied('11');
2 changes: 2 additions & 0 deletions deployment/postgres-init-db/sql/applied_migrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ call migrations.mark_migration_applied('6');
call migrations.mark_migration_applied('7');
call migrations.mark_migration_applied('8');
call migrations.mark_migration_applied('9');
call migrations.mark_migration_applied('10');
call migrations.mark_migration_applied('11');

0 comments on commit d36b021

Please sign in to comment.