diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-09 15:05:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-09 15:05:03 +0300 |
commit | 36f861f1b1b7dc02a83d16243f680c8fbdfabfb7 (patch) | |
tree | c399a97b4db2cba9e52e0ff6186b3b3c207da2c0 /spec/models/snippet_spec.rb | |
parent | c5cdd07899df5cc5d87c514a7649979056fcced7 (diff) | |
download | gitlab-ce-36f861f1b1b7dc02a83d16243f680c8fbdfabfb7.tar.gz |
Re-annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/models/snippet_spec.rb')
-rw-r--r-- | spec/models/snippet_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/models/snippet_spec.rb b/spec/models/snippet_spec.rb index 5fa397207c7..a77c594aaf1 100644 --- a/spec/models/snippet_spec.rb +++ b/spec/models/snippet_spec.rb @@ -4,11 +4,11 @@ # # id :integer not null, primary key # title :string(255) -# content :text(2147483647) +# content :text # author_id :integer not null # project_id :integer -# created_at :datetime not null -# updated_at :datetime not null +# created_at :datetime +# updated_at :datetime # file_name :string(255) # expires_at :datetime # private :boolean default(TRUE), not null |