Skip to content

Commit

Permalink
Merge pull request #12657 from dacook/buu/enable_feature_admin_style_…
Browse files Browse the repository at this point in the history
…v3_for_admins

[BUU] Activate admin_style_v3 for all super admins
  • Loading branch information
mkllnk authored Jul 11, 2024
2 parents cda2408 + cb0a30e commit f1713b1
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 EnableFeatureAdminStyleV3ForAdmins < ActiveRecord::Migration[7.0]
def up
Flipper.enable_group(:admin_style_v3, :admins)
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_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"
Expand Down

0 comments on commit f1713b1

Please sign in to comment.