Merge pull request #12657 from dacook/buu/enable_feature_admin_style_v3_for_admins

[BUU] Activate admin_style_v3 for all super admins
This commit is contained in:
Maikel
2024-07-11 13:40:32 +10:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class EnableFeatureAdminStyleV3ForAdmins < ActiveRecord::Migration[7.0]
def up
Flipper.enable_group(:admin_style_v3, :admins)
end
end

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2024_06_25_024328) do
ActiveRecord::Schema[7.0].define(version: 2024_07_10_013128) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"