diff --git a/deployment/hasura/migrations/AerieMerlin/26_create_snapshot_signature_change/down.sql b/deployment/hasura/migrations/AerieMerlin/26_create_snapshot_signature_change/down.sql index 85e1c57e88..fcaf93b870 100644 --- a/deployment/hasura/migrations/AerieMerlin/26_create_snapshot_signature_change/down.sql +++ b/deployment/hasura/migrations/AerieMerlin/26_create_snapshot_signature_change/down.sql @@ -54,3 +54,5 @@ comment on function create_snapshot(integer, text, text) is e'' ' - The tags on those activities' ' - When the snapshot was taken' ' - Optionally: who took the snapshot and a name'; + +call migrations.mark_migration_rolled_back('26');