diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-26 21:23:09 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-26 21:23:09 +0300 |
| commit | 6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (patch) | |
| tree | 564890fe3f7211f0b53a36a6b69e82cddcc261a9 /spec/models/note_spec.rb | |
| parent | 283bf806766c02c8c66230f4c765070b0ed812fb (diff) | |
| download | gitlab-ce-6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e.tar.gz | |
Reannotated
Diffstat (limited to 'spec/models/note_spec.rb')
| -rw-r--r-- | spec/models/note_spec.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb index af6ee9b889b..f2dfcabcc87 100644 --- a/spec/models/note_spec.rb +++ b/spec/models/note_spec.rb @@ -139,14 +139,14 @@ end # # Table name: notes # -# id :integer not null, primary key +# id :integer(4) not null, primary key # note :text # noteable_id :string(255) # noteable_type :string(255) -# author_id :integer -# created_at :datetime -# updated_at :datetime -# project_id :integer +# author_id :integer(4) +# created_at :datetime not null +# updated_at :datetime not null +# project_id :integer(4) # attachment :string(255) # line_code :string(255) # |
