Fix transaction around settings migration (#24761)
parent
7a13eb370f
commit
140e0f0bb7
|
@ -1,6 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class MoveUserSettings < ActiveRecord::Migration[6.1]
|
||||
disable_ddl_transaction!
|
||||
|
||||
class User < ApplicationRecord; end
|
||||
|
||||
MAPPING = {
|
||||
|
|
Loading…
Reference in New Issue