MT#3971 Add max_subscribers column to contracts.

3.1
Andreas Granig 12 years ago
parent b5362d6da4
commit d3eee10b6c

@ -72,6 +72,12 @@ __PACKAGE__->add_columns(
datetime_undef_if_invalid => 1,
is_nullable => 1,
},
"max_subscribers",
{
data_type => "integer",
extra => { unsigned => 1 },
is_nullable => 1,
},
);
__PACKAGE__->set_primary_key("id");

Loading…
Cancel
Save