Skip to content

Commit

Permalink
Merge pull request #12686 from filipefurtad0/activate_25_p_cent_BUU_u…
Browse files Browse the repository at this point in the history
…sers

Activates admin_style_v3 for 25 per cent users
  • Loading branch information
dacook authored Jul 22, 2024
2 parents 17eb8d5 + c8ca993 commit 0c43dd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ActivateAdminStyleV3For25PCentUsers < ActiveRecord::Migration[7.0]
def up
Flipper.enable_percentage_of_actors(:admin_style_v3, 25)
end
end
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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_15_103415) do
ActiveRecord::Schema[7.0].define(version: 2024_07_18_150852) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"
Expand Down

0 comments on commit 0c43dd4

Please sign in to comment.