You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
235 B
4 lines
235 B
-- Nothing to undo: this migration only asks for a decision, it never writes permissions. The
|
|
-- acknowledgement it consumes is deliberately not recreated -- a revert is not consent, and the next
|
|
-- upgrade has to ask again.
|
|
SELECT 1;
|
|
|