12823: fully enable admin_style_v3 flag

This commit is contained in:
Ahmed Ejaz
2024-08-29 01:41:55 +05:00
parent 0c2dcbc50d
commit 5d18c48b6c
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class FullyEnableAdminStyleV3Flag < ActiveRecord::Migration[7.0]
def up
Flipper.enable(:admin_style_v3)
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_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"