...

Text file src/github.com/ory/x/popx/stub/migrations/legacy/20200607165100_settings.cockroach.down.sql

Documentation: github.com/ory/x/popx/stub/migrations/legacy

     1ALTER TABLE "selfservice_settings_requests" DROP COLUMN "state";COMMIT TRANSACTION;BEGIN TRANSACTION;
     2ALTER TABLE "selfservice_settings_requests" ADD COLUMN "update_successful" bool NOT NULL DEFAULT 'false';COMMIT TRANSACTION;BEGIN TRANSACTION;

View as plain text