OSDN Git Service

annotated
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Thu, 10 Nov 2011 22:08:20 +0000 (00:08 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Thu, 10 Nov 2011 22:08:20 +0000 (00:08 +0200)
app/models/issue.rb
app/models/note.rb
spec/models/issue_spec.rb
spec/models/note_spec.rb

index f649cac..19b174d 100644 (file)
@@ -54,5 +54,6 @@ end
 #  updated_at  :datetime
 #  closed      :boolean         default(FALSE), not null
 #  position    :integer         default(0)
+#  critical    :boolean         default(FALSE), not null
 #
 
index 3c59efe..c3c1063 100644 (file)
@@ -38,7 +38,7 @@ end
 # Table name: notes
 #
 #  id            :integer         not null, primary key
-#  note          :string(255)
+#  note          :text
 #  noteable_id   :string(255)
 #  noteable_type :string(255)
 #  author_id     :integer
index e0559ab..da2d88f 100644 (file)
@@ -39,5 +39,6 @@ end
 #  updated_at  :datetime
 #  closed      :boolean         default(FALSE), not null
 #  position    :integer         default(0)
+#  critical    :boolean         default(FALSE), not null
 #
 
index 5b16ad3..038e4f9 100644 (file)
@@ -66,7 +66,7 @@ end
 # Table name: notes
 #
 #  id            :integer         not null, primary key
-#  note          :string(255)
+#  note          :text
 #  noteable_id   :string(255)
 #  noteable_type :string(255)
 #  author_id     :integer