summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-01 15:15:28 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-01 15:15:28 +0300
commite219cf7246c6a0495e4507deaffeba11e79f13b8 (patch)
treea64aed496efc5b3ad3d30a450ffd6a9b67b8d51e /app/models/note.rb
parent4aa22754094ce51d33f1932cf33c32b7a99ffb49 (diff)
downloadgitlab-ce-e219cf7246c6a0495e4507deaffeba11e79f13b8.tar.gz
Annotate!
Diffstat (limited to 'app/models/note.rb')
-rw-r--r--app/models/note.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index e819a5516b5..7e7387abed6 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -14,6 +14,7 @@
# commit_id :string(255)
# noteable_id :integer
# st_diff :text
+# system :boolean default(FALSE), not null
#
require 'carrierwave/orm/activerecord'