]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_node_tag.rb
Drop explicit lengths from bigint columns
[rails.git] / app / models / old_node_tag.rb
index ee2d78c57dedfc4cc2f7280824aa94b279b82b5b..cae61a2c5ef4f82bd12fe070d4a7ab36dffd6630 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 :bigint           not null, primary key
+#  version :bigint           not null, primary key
 #  k       :string           default(""), not null, primary key
 #  v       :string           default(""), not null
 #