Merge pull request #12759 from EdwardLi-coder/admin_style_v3-for-75%

[BUU] Activate admin_style_v3 for 75% of users
This commit is contained in:
David Cook
2024-08-12 17:59:25 +10:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
class ActivateAdminStyleV3For75PcUsers < ActiveRecord::Migration[7.0]
def up
Flipper.enable_percentage_of_actors(:admin_style_v3, 75)
end
def down
Flipper.enable_percentage_of_actors(:admin_style_v3, 50)
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_08_01_034710) do
ActiveRecord::Schema[7.0].define(version: 2024_08_10_150912) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"