mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Correct annotations
allow longer usernames (up to 60)
This commit is contained in:
@ -10,8 +10,8 @@ end
|
||||
# user_id :integer not null
|
||||
# screen_name :string(255) not null
|
||||
# github_user_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Reference in New Issue
Block a user