app/models/goldencobra/comment.rb in goldencobra-2.3.3 vs app/models/goldencobra/comment.rb in goldencobra-2.3.4
- old
+ new
@@ -1,15 +1,14 @@
# encoding: utf-8
-
# == Schema Information
#
# Table name: goldencobra_comments
#
# id :integer not null, primary key
# article_id :integer
# commentator_id :integer
# commentator_type :string(255)
-# content :text
+# content :text(65535)
# active :boolean default(TRUE)
# approved :boolean default(FALSE)
# reported :boolean default(FALSE)
# ancestry :string(255)
# created_at :datetime not null