mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Previous annotations were broken
This commit is contained in:
@@ -10,13 +10,13 @@ end
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# external_id :string(255) not null
|
||||
# external_id :string not null
|
||||
# last_payload :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# external_username :string(255)
|
||||
# external_email :string(255)
|
||||
# external_name :string(255)
|
||||
# external_username :string
|
||||
# external_email :string
|
||||
# external_name :string
|
||||
# external_avatar_url :string(1000)
|
||||
# external_profile_background_url :string
|
||||
# external_card_background_url :string
|
||||
|
||||
Reference in New Issue
Block a user