2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

update annotations

This commit is contained in:
Régis Hanol 2014-04-08 17:35:44 +02:00
parent 11dcd2f6c5
commit 6373de550f
50 changed files with 102 additions and 129 deletions

View file

@ -10,12 +10,11 @@ end
# user_id :integer not null
# screen_name :string(255) not null
# github_user_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# created_at :datetime
# updated_at :datetime
#
# Indexes
#
# index_github_user_infos_on_github_user_id (github_user_id) UNIQUE
# index_github_user_infos_on_user_id (user_id) UNIQUE
#