~cytrogen/masto-fe

f1c1fa1411d213a353467e3e8f396b0203474e6f — Eugen Rochko 2 years ago fc56eda
Fix transaction around settings migration (#24761)

1 files changed, 2 insertions(+), 0 deletions(-)

M db/migrate/20230215074423_move_user_settings.rb
M db/migrate/20230215074423_move_user_settings.rb => db/migrate/20230215074423_move_user_settings.rb +2 -0
@@ 1,6 1,8 @@
# frozen_string_literal: true

class MoveUserSettings < ActiveRecord::Migration[6.1]
  disable_ddl_transaction!

  class User < ApplicationRecord; end

  MAPPING = {