MT#3971 Add max_subscribers column to contracts.

mprokop/mt4973_sp2-db
Andreas Granig 13 years ago
parent dfd50a3968
commit 94f933d091

@ -0,0 +1,3 @@
USE billing;
ALTER TABLE contracts DROP COLUMN max_subscribers;

@ -0,0 +1,3 @@
USE billing;
ALTER TABLE contracts ADD COLUMN max_subscribers int(6) UNSIGNED DEFAULT NULL;
Loading…
Cancel
Save