Skip to content

Commit

Permalink
Fix transaction around settings migration (#24761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed May 1, 2023
1 parent fc56eda commit f1c1fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20230215074423_move_user_settings.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

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

class User < ApplicationRecord; end

MAPPING = {
Expand Down

0 comments on commit f1c1fa1

Please sign in to comment.