summaryrefslogtreecommitdiff
path: root/README.1.4.0pre12
diff options
context:
space:
mode:
authorivan <ivan>2002-02-27 22:39:14 +0000
committerivan <ivan>2002-02-27 22:39:14 +0000
commit6a37289c12238d48ea864b8177216ca276b33a40 (patch)
tree5b19e5b3a4ad47d0ebd19edc9b1694c3baf8b29d /README.1.4.0pre12
parent9dacc694c1401117d7e34376aa4916f5a4810cab (diff)
add status and statustext fields to cust_bill_event
Diffstat (limited to 'README.1.4.0pre12')
-rw-r--r--README.1.4.0pre1219
1 files changed, 19 insertions, 0 deletions
diff --git a/README.1.4.0pre12 b/README.1.4.0pre12
new file mode 100644
index 000000000..3f30aa48c
--- /dev/null
+++ b/README.1.4.0pre12
@@ -0,0 +1,19 @@
+the following is necessary to upgrade from 1.4.0pre11 to 1.4.0pre12
+
+if you're upgrading from before 1.4.0pre12 see README.1.4.0pre11 first!
+
+if you're upgrading from 1.3.1 follow the instructions in
+httemplate/docs/upgrade8.html instead
+
+----
+
+install the FS perl modules and httemplate as per install.html or upgrade8.html
+
+ALTER TABLE cust_bill_event ADD status varchar(80);
+ALTER TABLE cust_bill_event ADD statustext text NULL;
+UPDATE cust_bill_event SET status = 'done';
+
+Run bin/dbdef-create
+
+Restart Apache and freeside-queued
+