Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 13:34:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 13:34:02 +0400
commit8dd37afe3489ef46e14b33c66d9b80e913540f62 (patch)
tree1375ec1333b451186ff3661aee54465739ca6c80 /spec/models/project_snippet_spec.rb
parentfb492386c5323c4996d05a63ba8d93db6ed07f93 (diff)
Reannotate
Diffstat (limited to 'spec/models/project_snippet_spec.rb')
-rw-r--r--spec/models/project_snippet_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/models/project_snippet_spec.rb b/spec/models/project_snippet_spec.rb
index 42147179387..d3a46ebbb84 100644
--- a/spec/models/project_snippet_spec.rb
+++ b/spec/models/project_snippet_spec.rb
@@ -4,11 +4,11 @@
#
# id :integer not null, primary key
# title :string(255)
-# content :text
+# content :text(2147483647)
# author_id :integer not null
# project_id :integer
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
# file_name :string(255)
# expires_at :datetime
# private :boolean default(TRUE), not null