diff options
Diffstat (limited to 'README.1.4.0pre4567-8')
-rw-r--r-- | README.1.4.0pre4567-8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.1.4.0pre4567-8 b/README.1.4.0pre4567-8 new file mode 100644 index 000000000..2e2138b37 --- /dev/null +++ b/README.1.4.0pre4567-8 @@ -0,0 +1,11 @@ +the following is necessary to upgrade from 1.4.0pre (4 thru 7) to 1.4.0pre8 + +install the perl modules and httemplate as per install.html or upgrade8.html + +ALTER TABLE part_pkg ADD disabled char(1) NULL; +ALTER TABLE part_svc ADD disabled char(1) NULL; + +Run bin/dbdef-create + +Restart Apache and freeside-queued + |