summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2001-08-11 05:54:45 +0000
committerivan <ivan>2001-08-11 05:54:45 +0000
commit1dd250b6ff2c32f0bb9b4db7606066f34721e7d9 (patch)
tree1902d1ca7f87ab6fa7c03dadb20504fe618b2672 /httemplate/docs
parent3dddb60bd783aaf5fa1fda90a351f1e877b7e19b (diff)
add comments field
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/upgrade8.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html
index dfeba6505..702da5a1b 100644
--- a/httemplate/docs/upgrade8.html
+++ b/httemplate/docs/upgrade8.html
@@ -106,5 +106,10 @@ ALTER TABLE cust_main ADD COLUMN ship_daytime varchar(20) NULL;
ALTER TABLE cust_main ADD COLUMN ship_night varchar(20) NULL;
ALTER TABLE cust_main ADD COLUMN ship_fax varchar(12) NULL;
</pre>
+ <li>If you wish to enable customer comments, apply the following change to
+ your database:
+<pre>
+ALTER TABLE cust_main ADD COLUMN comments varchar NULL;
+</pre>
<li>Run bin/dbdef-create.
</body>