diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
commit | b428f877eda19a103839930ef5eb45fff3684b07 (patch) | |
tree | 0f2b5e42a24418a21cfcce88c7b7d2c56c516098 /app/models/comment.rb | |
parent | caff0a3ff2e38a5aab906baa4cc77d30587e1184 (diff) |
Ensure model schema documentation is up to date.
Diffstat (limited to 'app/models/comment.rb')
-rw-r--r-- | app/models/comment.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb index b7ece9ba9..44a1079cd 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,16 +1,17 @@ # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: comments # # id :integer not null, primary key # user_id :integer not null # comment_type :string(255) default("internal_error"), not null -# info_request_id :integer +# info_request_id :integer # body :text not null -# visible :boolean default(true), not null +# visible :boolean default(TRUE), not null # created_at :datetime not null # updated_at :datetime not null +# locale :text default(""), not null # # models/comments.rb: |