summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-18 11:51:53 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:12:05 -0200
commitbc54300ce5329b66d0ba726f814d9e761e782668 (patch)
treeb239efa220ef576267216064026fcf6dd5cc6aab /app
parent139c513da609d2def0d4122789e94fe29b557e67 (diff)
downloadgitlab-ce-bc54300ce5329b66d0ba726f814d9e761e782668.tar.gz
Fix task factory
Diffstat (limited to 'app')
-rw-r--r--app/models/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/task.rb b/app/models/task.rb
index 38c6637e456..cc1f501a7ec 100644
--- a/app/models/task.rb
+++ b/app/models/task.rb
@@ -9,7 +9,7 @@
# target_type :string not null
# author_id :integer
# note_id :integer
-# action :integer
+# action :integer not null
# state :string not null
# created_at :datetime
# updated_at :datetime