diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-08 21:00:01 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-08 21:00:01 -0800 |
commit | 9dbc768db8304004c08957710d423c0b2b54510a (patch) | |
tree | e9d89056ffb396f06059097c05dbde97b1c53c23 /spec/models/note_spec.rb | |
parent | cbb9da3d656482f5a6e046ec791d49390fc23fd7 (diff) | |
download | gitlab-ce-9dbc768db8304004c08957710d423c0b2b54510a.tar.gz |
Update annotations
Diffstat (limited to 'spec/models/note_spec.rb')
-rw-r--r-- | spec/models/note_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb index f347f537550..e7e8887baf2 100644 --- a/spec/models/note_spec.rb +++ b/spec/models/note_spec.rb @@ -16,6 +16,7 @@ # system :boolean default(FALSE), not null # st_diff :text # updated_by_id :integer +# is_award :boolean default(FALSE), not null # require 'spec_helper' |