Fix transaction around settings migration (#24761)
This commit is contained in:
parent
7a13eb370f
commit
140e0f0bb7
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class MoveUserSettings < ActiveRecord::Migration[6.1]
|
class MoveUserSettings < ActiveRecord::Migration[6.1]
|
||||||
|
disable_ddl_transaction!
|
||||||
|
|
||||||
class User < ApplicationRecord; end
|
class User < ApplicationRecord; end
|
||||||
|
|
||||||
MAPPING = {
|
MAPPING = {
|
||||||
|
|
Loading…
Reference in a new issue