]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121005195010_add_diary_entry_counter_caches.rb
Update to rails 6.0.3.7
[rails.git] / db / migrate / 20121005195010_add_diary_entry_counter_caches.rb
index 1a61ddd41f9ed62b3be3387f4a94ee0e5c1f8f9d..ec05f34646a4032bd5a77edee45e6716e3369721 100644 (file)
@@ -1,4 +1,10 @@
-class AddDiaryEntryCounterCaches < ActiveRecord::Migration[5.0]
+class AddDiaryEntryCounterCaches < ActiveRecord::Migration[4.2]
+  class DiaryEntry < ApplicationRecord
+  end
+
+  class User < ApplicationRecord
+  end
+
   def self.up
     add_column :users, :diary_entries_count, :integer, :null => false, :default => 0