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