diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 15:40:33 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 15:40:33 +0300 |
| commit | 6e35aceff29ddeae6282de31e81e48446ab927fa (patch) | |
| tree | 34e777e35797f2d55ce82a3e807323523dda74be /app/models/note.rb | |
| parent | 78680a81774d67997fa0abece4dc1d4a5ec12ce6 (diff) | |
| download | gitlab-ce-6e35aceff29ddeae6282de31e81e48446ab927fa.tar.gz | |
Annotated
Diffstat (limited to 'app/models/note.rb')
| -rw-r--r-- | app/models/note.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/note.rb b/app/models/note.rb index 9a3481faaaa..c2e664d1bcd 100644 --- a/app/models/note.rb +++ b/app/models/note.rb @@ -6,8 +6,8 @@ # note :text # noteable_type :string(255) # author_id :integer -# created_at :datetime not null -# updated_at :datetime not null +# created_at :datetime +# updated_at :datetime # project_id :integer # attachment :string(255) # line_code :string(255) |
