]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121005195010_add_diary_entry_counter_caches.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 20121005195010_add_diary_entry_counter_caches.rb
index 1a61ddd41f9ed62b3be3387f4a94ee0e5c1f8f9d..d145c6bd53de5d03c5b6e8a42252c6c486e6d07a 100644 (file)
@@ -1,4 +1,4 @@
-class AddDiaryEntryCounterCaches < ActiveRecord::Migration[5.0]
+class AddDiaryEntryCounterCaches < ActiveRecord::Migration[4.2]
   def self.up
     add_column :users, :diary_entries_count, :integer, :null => false, :default => 0