summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-09-26 22:36:31 -0700
committerNihad Abbasov <narkoz.2008@gmail.com>2012-09-27 02:05:53 -0700
commit2a4359a572c123d117988487f9bb29f4ae176ceb (patch)
tree693f34b3dff465091a0e2c985af753ce28aae754 /app/models/note.rb
parenta8870e87e4cc8ce441032dc6aa3dfa6e1812090e (diff)
downloadgitlab-ce-2a4359a572c123d117988487f9bb29f4ae176ceb.tar.gz
annotate models
Diffstat (limited to 'app/models/note.rb')
-rw-r--r--app/models/note.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index 9ac77ef7823..849139701d4 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -118,14 +118,14 @@ end
#
# Table name: notes
#
-# id :integer(4) not null, primary key
+# id :integer not null, primary key
# note :text
# noteable_id :string(255)
# noteable_type :string(255)
-# author_id :integer(4)
+# author_id :integer
# created_at :datetime not null
# updated_at :datetime not null
-# project_id :integer(4)
+# project_id :integer
# attachment :string(255)
# line_code :string(255)
#