Skip to content

Commit

Permalink
Merge pull request #12824 from chahmedejaz/task/12823-fully-enable-ad…
Browse files Browse the repository at this point in the history
…min-style-v3

[BUU] Fully enable admin_style_v3
  • Loading branch information
mkllnk authored Aug 29, 2024
2 parents 98eabc9 + 5d18c48 commit f73be64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions db/migrate/20240828203544_fully_enable_admin_style_v3_flag.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class FullyEnableAdminStyleV3Flag < ActiveRecord::Migration[7.0]
def up
Flipper.enable(:admin_style_v3)
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_08_10_150912) do
ActiveRecord::Schema[7.0].define(version: 2024_08_28_203544) 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 f73be64

Please sign in to comment.