github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/popx/stub/migrations/legacy/20200607165100_settings.mysql.down.sql (about)

     1  ALTER TABLE `selfservice_settings_requests` DROP COLUMN `state`;
     2  ALTER TABLE `selfservice_settings_requests` ADD COLUMN `update_successful` bool NOT NULL DEFAULT false;