]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_relation.rb
Merge remote-tracking branch 'upstream/pull/5735'
[rails.git] / app / models / old_relation.rb
index 9f551d839fc2c57be000f37f67ccd952ec9a313c..42f363f0ef2c5b5e216bc4439f207d978c863909 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Table name: relations
 #
-#  relation_id  :bigint(8)        not null, primary key
-#  changeset_id :bigint(8)        not null
+#  relation_id  :bigint           not null, primary key
+#  changeset_id :bigint           not null
 #  timestamp    :datetime         not null
-#  version      :bigint(8)        not null, primary key
+#  version      :bigint           not null, primary key
 #  visible      :boolean          default(TRUE), not null
 #  redaction_id :integer
 #