Skip to content

Commit 6c52a1e

Browse files
Timofej RatskoTimofej Ratsko
authored andcommitted
Update migration number
1 parent 93362d0 commit 6c52a1e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

deployment/hasura/migrations/Aerie/25_description_annotations/down.sql renamed to deployment/hasura/migrations/Aerie/27_description_annotations/down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
alter table merlin.activity_type
33
drop column description;
44

5-
call migrations.mark_migration_rolled_back('25');
5+
call migrations.mark_migration_rolled_back('27');

deployment/hasura/migrations/Aerie/25_description_annotations/up.sql renamed to deployment/hasura/migrations/Aerie/27_description_annotations/up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ add column description text default null;
33
comment on column merlin.activity_type.description is e''
44
'The description of this activity type.';
55

6-
call migrations.mark_migration_applied('25');
6+
call migrations.mark_migration_applied('27');

deployment/postgres-init-db/sql/applied_migrations.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ call migrations.mark_migration_applied(23);
2828
call migrations.mark_migration_applied(24);
2929
call migrations.mark_migration_applied(25);
3030
call migrations.mark_migration_applied(26);
31+
call migrations.mark_migration_applied(27);
32+

0 commit comments

Comments
 (0)