]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_relation_tag.rb
Added tests for validators
[rails.git] / app / models / old_relation_tag.rb
index 3b75e1c820cb37a2d0351c840fac70bc9a1bf7bc..801ca7cab48cf48ee6513d5b856c449c82086b65 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: relation_tags
 #
-#  relation_id :bigint(8)        default(0), not null, primary key
+#  relation_id :integer          default(0), not null, primary key
 #  k           :string           default(""), not null, primary key
 #  v           :string           default(""), not null
-#  version     :bigint(8)        not null, primary key
+#  version     :integer          not null, primary key
 #
 # Foreign Keys
 #