]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/007_add_relations.rb
last of the auto_increments removed from the migrations
[rails.git] / db / migrate / 007_add_relations.rb
index 5dcdeb28d51e3e4bb631101d92cc85d620a258d2..dea777d5d24292e9acb409b2ababe4196bc9d884 100644 (file)
@@ -65,7 +65,7 @@ class AddRelations < ActiveRecord::Migration
     add_primary_key "relations", ["id", "version"]
     add_index "relations", ["timestamp"], :name => "relations_timestamp_idx"
     
-    change_column "relations", "version", :bigint, :limit => 20, :null => false, :options => "AUTO_INCREMENT"
+    change_column "relations", "version", :bigint_auto_20
   end