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:51:32 +0100
committerGitHub <noreply@github.com>2022-01-30 22:51:32 +0100
commitb54e263712a9f2b3d4ff0d7b692565d8e24dc03b (patch)
tree88600c7253f9a929ae30cef4644e2663f41788e6 /db/migrate/20191007013357_update_pt_locales.rb
parent2ba6267f1603cee682bfe3885b797ad5df7e958f (diff)
parent7679ddcd5ee289f847f8a4836a0b0220d433bae6 (diff)
Merge pull request #1673 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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