We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96eb4c0 commit 94d0061Copy full SHA for 94d0061
src/app/archive/downgrade_to_berkeley.sql
@@ -161,6 +161,6 @@ BEGIN
161
PERFORM set_migration_status('applied'::migration_status);
162
EXCEPTION
163
WHEN OTHERS THEN
164
- RAISE NOTICE 'An error occurred: %', SQLERRM;
165
- PERFORM set_migration_status('failed'::migration_status);
+ PERFORM set_migration_status('failed'::migration_status);
+ RAISE;
166
END$$
src/app/archive/upgrade_to_mesa.sql
@@ -167,6 +167,6 @@ BEGIN
167
168
169
170
171
172
0 commit comments