]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation_tag.rb
Added tests for validators
[rails.git] / app / models / relation_tag.rb
index 02d5a216be67f29786a3a371e928a4ae6d11df1c..fc0ecdddf5ec043842924c4b08510c74750dae11 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Table name: current_relation_tags
 #
-#  relation_id :bigint(8)        not null, primary key
+#  relation_id :integer          not null, primary key
 #  k           :string           default(""), not null, primary key
 #  v           :string           default(""), not null
 #