]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/019_add_timestamp_indexes.rb
Merge branch 'master' into patch/view_migration
[rails.git] / db / migrate / 019_add_timestamp_indexes.rb
index c6b3bc7c2cd3e303f606dabd234483bcd6750b1b..d7d182f2b72bbae11758e8cebd5669483e32c561 100644 (file)
@@ -1,4 +1,4 @@
-class AddTimestampIndexes < ActiveRecord::Migration
+class AddTimestampIndexes < ActiveRecord::Migration[4.2]
   def self.up
     add_index :current_ways, :timestamp, :name => :current_ways_timestamp_idx
     add_index :current_relations, :timestamp, :name => :current_relations_timestamp_idx