summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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