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