]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node_tag.rb
Merge remote-tracking branch 'upstream/pull/5735'
[rails.git] / app / models / node_tag.rb
index 18e502439b18499fe505eeaee239a1b2b5d4e5ed..fa82b6a3c52b9a73be64967c065efa33f5429e39 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Table name: current_node_tags
 #
-#  node_id :bigint(8)        not null, primary key
+#  node_id :bigint           not null, primary key
 #  k       :string           default(""), not null, primary key
 #  v       :string           default(""), not null
 #