summaryrefslogtreecommitdiff
path: root/httemplate/docs/upgrade10.html
diff options
context:
space:
mode:
authorivan <ivan>2003-10-24 19:30:44 +0000
committerivan <ivan>2003-10-24 19:30:44 +0000
commitf63c0e821610c885f9f49d301eeccf804e1ca6d3 (patch)
tree82fa207e6e1e63a129eb2059847f0eb75a47330e /httemplate/docs/upgrade10.html
parent07b53cca107614acdb9a8d66737f37fe2565d4ee (diff)
cvv!
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r--httemplate/docs/upgrade10.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index 446090503..080528bac 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -1,7 +1,7 @@
<pre>
this is incomplete
-install DBIx::DBSchema 0.21
+install DBIx::DBSchema 0.22
install NetAddr::IP and Chart::Base
@@ -142,6 +142,8 @@ ALTER TABLE agent ADD username varchar(80) NULL;
ALTER TABLE h_agent ADD username varchar(80) NULL;
ALTER TABLE agent ADD _password varchar(80) NULL;
ALTER TABLE h_agent ADD _password varchar(80) NULL;
+ALTER TABLE cust_main ADD paycvv varchar(4) NULL;
+ALTER TABLE h_cust_main ADD paycvv varchar(4) NULL;
dump database, edit:
- cust_main: increase otaker from 8 to 32