summaryrefslogtreecommitdiff
path: root/spec/factories/notes.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-06 07:48:48 -0700
committerStan Hu <stanhu@gmail.com>2015-09-06 07:48:48 -0700
commitd7812a95cf518dfa1565a0514b87fb40f86949e5 (patch)
treec75bfbe54a1defbec2bdcb9626ab3c1c5a09fd06 /spec/factories/notes.rb
parent50f76ae0eae29f7362702da274055f76a350ee6f (diff)
downloadgitlab-ce-d7812a95cf518dfa1565a0514b87fb40f86949e5.tar.gz
Re-annotate models
Diffstat (limited to 'spec/factories/notes.rb')
-rw-r--r--spec/factories/notes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/notes.rb b/spec/factories/notes.rb
index e1009d5916e..9d777ddfccd 100644
--- a/spec/factories/notes.rb
+++ b/spec/factories/notes.rb
@@ -15,6 +15,7 @@
# noteable_id :integer
# system :boolean default(FALSE), not null
# st_diff :text
+# updated_by_id :integer
#
require_relative '../support/repo_helpers'