diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
commit | 22c2a8ce8c363e53e593128ec2e3f26aa8f259f1 (patch) | |
tree | eaf3ba72aa272b549b4d1544204e4c5eb3e09c55 /app/models/comment.rb | |
parent | 57cc5eff8b5e3050e3d6a66f7167fc28af329163 (diff) | |
parent | 84190999aa57c5ea6e87f51adadde58d56b22682 (diff) |
Merge branch 'release/0.5' into wdtk
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: |