]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node_tag.rb
Merge branch 'master' into patch/view_migration
[rails.git] / app / models / node_tag.rb
index 43915bc1265df1155f31dc51bf8b457620600bbe..86404599b266de54e2896473cbb4abfdb0b10697 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Table name: current_node_tags
 #
-#  node_id :integer          not null, primary key
+#  node_id :bigint(8)        not null, primary key
 #  k       :string           default(""), not null, primary key
 #  v       :string           default(""), not null
 #