]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_tag.rb
Added tests for validators
[rails.git] / app / models / old_way_tag.rb
index 14043546cb38feff5f0406757ffd39ece9452435..3662b1b7c8376f68a7a8dcc63e5a8a5912636dc0 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: way_tags
 #
-#  way_id  :bigint(8)        default(0), not null, primary key
+#  way_id  :integer          default(0), not null, primary key
 #  k       :string           not null, primary key
 #  v       :string           not null
-#  version :bigint(8)        not null, primary key
+#  version :integer          not null, primary key
 #
 # Foreign Keys
 #