diff options
Diffstat (limited to 'htdocs/docs/upgrade5.html')
-rw-r--r-- | htdocs/docs/upgrade5.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/docs/upgrade5.html b/htdocs/docs/upgrade5.html index 82a7602a3..fc4bf2c39 100644 --- a/htdocs/docs/upgrade5.html +++ b/htdocs/docs/upgrade5.html @@ -12,6 +12,13 @@ <li>Apply the following changes to your database: <pre> ALTER TABLE svc_acct_pop ADD loc CHAR(4); +CREATE TABLE prepay_credit ( + prepaynum int NOT NULL, + identifier varchar(80) NOT NULL, + amount decimal(10,2) NOT NULL, + PRIMARY KEY (prepaynum), + INDEX (identifier) +); </pre> <li>Copy or symlink htdocs to the new copy. <li>Remove the symlink or directory <i>(your_site_perl_directory)</i>/FS. |