diff options
Diffstat (limited to 'db/migrate/20191007013357_update_pt_locales.rb')
-rw-r--r-- | db/migrate/20191007013357_update_pt_locales.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/migrate/20191007013357_update_pt_locales.rb b/db/migrate/20191007013357_update_pt_locales.rb index b7288d38a..9e8f8b424 100644 --- a/db/migrate/20191007013357_update_pt_locales.rb +++ b/db/migrate/20191007013357_update_pt_locales.rb @@ -1,4 +1,8 @@ class UpdatePtLocales < ActiveRecord::Migration[5.2] + class User < ApplicationRecord + # Dummy class, to make migration possible across version changes + end + disable_ddl_transaction! def up |