diff options
author | ivan <ivan> | 2004-10-17 09:19:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-10-17 09:19:23 +0000 |
commit | 326123622b3e60db0d6893f076b3a082f4e2a44a (patch) | |
tree | d70aa7c07c357a7abacd2a8293adf41586d3946e /httemplate/docs/upgrade10.html | |
parent | dbc6a01ed6a3b4373b01bf985ca735386dd047d4 (diff) |
add options to adjust UI for artera turbo as svc_export
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 6a11324b2..dc60865a5 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -10,6 +10,9 @@ install Net::SSH 0.08 install NetAddr::IP, Chart::Base, IPC::ShareLite and Locale::SubCountry +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 20, 'svc_external-id', 'en_US', 'External ID' ); +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 21, 'svc_external-title', 'en_US', 'Title' ); + CREATE TABLE cust_bill_pkg_detail ( detailnum serial, pkgnum int NOT NULL, |