about summary refs log tree commit diff
path: root/db/migrate/20191007013357_update_pt_locales.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-01-30 22:33:30 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-01-30 22:33:30 +0100
commit7679ddcd5ee289f847f8a4836a0b0220d433bae6 (patch)
tree88600c7253f9a929ae30cef4644e2663f41788e6 /db/migrate/20191007013357_update_pt_locales.rb
parent2ba6267f1603cee682bfe3885b797ad5df7e958f (diff)
parentac583fce215ff5951b06d3a3da6df397c300df40 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'db/migrate/20191007013357_update_pt_locales.rb')
-rw-r--r--db/migrate/20191007013357_update_pt_locales.rb4
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