File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
hasura/migrations/Aerie/27_description_annotations Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22alter 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 ' );
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ add column description text default null;
33comment 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 ' );
Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ call migrations.mark_migration_applied(23);
2828call migrations .mark_migration_applied (24 );
2929call migrations .mark_migration_applied (25 );
3030call migrations .mark_migration_applied (26 );
31+ call migrations .mark_migration_applied (27 );
32+
You can’t perform that action at this time.
0 commit comments