]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
Merge branch 'pull/5734'
[rails.git] / app / models / relation.rb
index 69e2acfd19ce3222f425c9734d983ede7b630101..0742976e8d125c937eea66afcb4bfe787f90dcc3 100644 (file)
@@ -2,11 +2,11 @@
 #
 # Table name: current_relations
 #
 #
 # Table name: current_relations
 #
-#  id           :bigint(8)        not null, primary key
-#  changeset_id :bigint(8)        not null
+#  id           :bigint           not null, primary key
+#  changeset_id :bigint           not null
 #  timestamp    :datetime         not null
 #  visible      :boolean          not null
 #  timestamp    :datetime         not null
 #  visible      :boolean          not null
-#  version      :bigint(8)        not null
+#  version      :bigint           not null
 #
 # Indexes
 #
 #
 # Indexes
 #