diff options
Diffstat (limited to 'httemplate/docs')
| -rw-r--r-- | httemplate/docs/upgrade10.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index a878495d4..c3f23b371 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -158,6 +158,12 @@ ALTER TABLE pkg_svc ADD primary_svc char(1) NULL;  ALTER TABLE h_pkg_svc ADD primary_svc char(1) NULL;  ALTER TABLE svc_forward ADD src varchar(255) NULL;  ALTER TABLE h_svc_forward ADD src varchar(255) NULL; +ALTER TABLE svc_forward ALTER COLUMN srcsvc DROP NOT NULL; +ALTER TABLE h_svc_forward ALTER COLUMN srcsvc DROP NOT NULL; +ALTER TABLE svc_forward ALTER COLUMN dstsvc DROP NOT NULL; +ALTER TABLE h_svc_forward ALTER COLUMN dstsvc DROP NOT NULL; + +  dump database, edit:  - cust_main: increase otaker from 8 to 32 | 
