mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
annotate models
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
This commit is contained in:
parent
56f7b4e01e
commit
c68999e128
38 changed files with 75 additions and 68 deletions
|
@ -30,8 +30,8 @@ end
|
|||
#
|
||||
# key :string(64) not null, primary key
|
||||
# user_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# unsubscribe_key_type :string
|
||||
# topic_id :integer
|
||||
# post_id :integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue