diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-04-08 16:19:28 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-04-09 11:02:25 +0100 |
commit | aabf6e5967bf24f47c8c25d638ab8ba2c2db5968 (patch) | |
tree | e14d8248e15dbc194fbc2972079e4f1f8a56f878 /spec/models/public_body_spec.rb | |
parent | ba8365ab57df349e9c9dafe223548bd2efab515d (diff) |
Annotate models
Should have been run after related migrations.
Could automate this to always run after migrations.
Diffstat (limited to 'spec/models/public_body_spec.rb')
-rw-r--r-- | spec/models/public_body_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/public_body_spec.rb b/spec/models/public_body_spec.rb index dc09bdfa6..efd170013 100644 --- a/spec/models/public_body_spec.rb +++ b/spec/models/public_body_spec.rb @@ -5,7 +5,7 @@ # # id :integer not null, primary key # name :text not null -# short_name :text not null +# short_name :text default(""), not null # request_email :text not null # version :integer not null # last_edit_editor :string(255) not null |