about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-11-27 15:10:58 +0100
committerThibaut Girka <thib@sitedethib.com>2018-11-27 15:10:58 +0100
commit55edfd6e0e1cb5377f0c3406d94ddfd84ddb7b20 (patch)
tree0f9f6e40e40f4ecabfa1e5f906000abe756f42a9 /app
parentf969eca07e2ac7b601694c463ef7097b787bbf65 (diff)
parent637d0ed8380442e95696e0b9769ba304afb22cd5 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app')
-rw-r--r--app/models/identity.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/identity.rb b/app/models/identity.rb
index a5e0c09ec..8cc65aef4 100644
--- a/app/models/identity.rb
+++ b/app/models/identity.rb
@@ -3,12 +3,12 @@
 #
 # Table name: identities
 #
-#  id         :integer          not null, primary key
-#  user_id    :integer
 #  provider   :string           default(""), not null
 #  uid        :string           default(""), not null
 #  created_at :datetime         not null
 #  updated_at :datetime         not null
+#  id         :bigint(8)        not null, primary key
+#  user_id    :bigint(8)
 #
 
 class Identity < ApplicationRecord