[Glitch] Fix transaction around settings migration
Port 140e0f0bb7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
dd098625f0
commit
2946b30779
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class MoveGlitchUserSettings < ActiveRecord::Migration[6.1]
|
class MoveGlitchUserSettings < ActiveRecord::Migration[6.1]
|
||||||
|
disable_ddl_transaction!
|
||||||
|
|
||||||
class User < ApplicationRecord; end
|
class User < ApplicationRecord; end
|
||||||
|
|
||||||
MAPPING = {
|
MAPPING = {
|
||||||
|
|
Loading…
Reference in a new issue