Skip to content

Commit

Permalink
Remove obsolete SQL requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Feb 19, 2025
1 parent c148bf9 commit 4ca3246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upgrade/sql/9.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VAL

/* Add feature flag types */
/* PHP:add_column('feature_flag', 'type', 'VARCHAR(64) DEFAULT \'env,dotenv,db\' NOT NULL AFTER `name`'); */;
UPDATE `PREFIX_feature_flag` SET `state` = 1 WHERE `name` = 'authorization_server';
UPDATE `PREFIX_tab` SET `active` = 1 WHERE `class_name` = 'AdminAuthorizationServer';

/* Insert new feature flags introduced by v9 */
INSERT INTO `PREFIX_feature_flag` (`name`, `type`, `label_wording`, `label_domain`, `description_wording`, `description_domain`, `state`, `stability`) VALUES
Expand Down

0 comments on commit 4ca3246

Please sign in to comment.