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