...

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

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

     1ALTER TABLE `selfservice_settings_requests` ADD COLUMN `state` VARCHAR (255) NOT NULL DEFAULT 'show_form';
     2ALTER TABLE `selfservice_settings_requests` DROP COLUMN `update_successful`;

View as plain text