mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #12719 from dacook/ActivateAdminStyleV3For50PcUsers
[BUU] Activate admin_style_v3 for ~50% of users
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ActivateAdminStyleV3For50PcUsers < ActiveRecord::Migration[7.0]
|
||||
def up
|
||||
Flipper.enable_percentage_of_actors(:admin_style_v3, 50)
|
||||
end
|
||||
end
|
||||
@@ -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_07_18_150852) do
|
||||
ActiveRecord::Schema[7.0].define(version: 2024_07_31_065321) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_stat_statements"
|
||||
enable_extension "plpgsql"
|
||||
|
||||
Reference in New Issue
Block a user