Added is_fair column for fairly trading organisations

This commit is contained in:
Tom Bloor 2018-01-02 19:56:48 +00:00
parent d6d4121cb3
commit d4ff855251
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
10 changed files with 2451 additions and 1 deletions

View file

@ -59,6 +59,11 @@ __PACKAGE__->add_columns(
default => undef,
is_nullable => 1,
},
is_fair => {
data_type => 'boolean',
default => undef,
is_nullable => 1,
},
submitted_by_id => {
data_type => 'integer',
is_nullable => 1,