Merge pull request #10693 from jibees/10658-move-all-managed-instances-to-fully-enabled-split_checkout-toggle

Activate `split_checkout` feature by default
This commit is contained in:
jibees
2023-04-18 17:33:48 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class ActivateSplitCheckoutByDefault < ActiveRecord::Migration[7.0]
def change
Flipper.enable(:split_checkout)
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: 2023_03_29_080357) do
ActiveRecord::Schema[7.0].define(version: 2023_04_13_111157) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"