diff --git a/deployment/hasura/migrations/Aerie/9_external_events/down.sql b/deployment/hasura/migrations/Aerie/11_external_events/down.sql similarity index 90% rename from deployment/hasura/migrations/Aerie/9_external_events/down.sql rename to deployment/hasura/migrations/Aerie/11_external_events/down.sql index bf420e4396..d1913c2ba0 100644 --- a/deployment/hasura/migrations/Aerie/9_external_events/down.sql +++ b/deployment/hasura/migrations/Aerie/11_external_events/down.sql @@ -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'); diff --git a/deployment/hasura/migrations/Aerie/9_external_events/up.sql b/deployment/hasura/migrations/Aerie/11_external_events/up.sql similarity index 99% rename from deployment/hasura/migrations/Aerie/9_external_events/up.sql rename to deployment/hasura/migrations/Aerie/11_external_events/up.sql index f1d48d0a5f..01577ef1d7 100644 --- a/deployment/hasura/migrations/Aerie/9_external_events/up.sql +++ b/deployment/hasura/migrations/Aerie/11_external_events/up.sql @@ -516,4 +516,4 @@ begin end $$; -call migrations.mark_migration_applied('9'); +call migrations.mark_migration_applied('11'); diff --git a/deployment/postgres-init-db/sql/applied_migrations.sql b/deployment/postgres-init-db/sql/applied_migrations.sql index 4f0f55d200..9f1d007a71 100644 --- a/deployment/postgres-init-db/sql/applied_migrations.sql +++ b/deployment/postgres-init-db/sql/applied_migrations.sql @@ -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');