summaryrefslogtreecommitdiff
path: root/htdocs/docs/upgrade5.html
diff options
context:
space:
mode:
authorivan <ivan>2000-01-31 05:22:23 +0000
committerivan <ivan>2000-01-31 05:22:23 +0000
commit959663cd4d4885295f44de43ac005e55d054102f (patch)
tree3778bf1f08c5c29fe63898074b13ba228a687183 /htdocs/docs/upgrade5.html
parent8079b2e02397e4c35ca2991afaa156f65330a084 (diff)
prepaid "internet cards"
Diffstat (limited to 'htdocs/docs/upgrade5.html')
-rw-r--r--htdocs/docs/upgrade5.html7
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.