mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
Correct annotations
allow longer usernames (up to 60)
This commit is contained in:
@@ -208,8 +208,8 @@ end
|
||||
# domain :string(100) not null
|
||||
# internal :boolean default(FALSE), not null
|
||||
# link_topic_id :integer
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# reflection :boolean default(FALSE)
|
||||
# clicks :integer default(0), not null
|
||||
# link_post_id :integer
|
||||
@@ -218,6 +218,6 @@ end
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_topic_links_on_topic_id (topic_id)
|
||||
# unique_post_links (topic_id,post_id,url) UNIQUE
|
||||
# index_forum_thread_links_on_forum_thread_id (topic_id)
|
||||
# index_forum_thread_links_on_forum_thread_id_and_post_id_and_url (topic_id,post_id,url) UNIQUE
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user