Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user