diff options
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 ef143debcc1..42c405d8e50 100644 --- a/spec/models/note_spec.rb +++ b/spec/models/note_spec.rb @@ -14,6 +14,7 @@ # commit_id :string(255) # noteable_id :integer # st_diff :text +# system :boolean default(FALSE), not null # require 'spec_helper' |