so Search.tsf and Search.rdf work
[freeside.git] / README.1.5.0pre6
index 9fcfd2e..f2ee7e2 100644 (file)
@@ -28,7 +28,19 @@ CREATE INDEX cust_pay_void1 ON cust_pay_void(custnum);
 alter table svc_external alter column id drop not null;
 alter table h_svc_external alter column id drop not null;
 
 alter table svc_external alter column id drop not null;
 alter table h_svc_external alter column id drop not null;
 
+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 part_pkg_option (
+  optionnum int primary key,
+  pkgpart int not null,
+  optionname varchar(80) not null,
+  optionvalue text NULL
+);
+CREATE INDEX part_pkg_option1 ON part_pkg_option ( pkgpart );
+CREATE INDEX part_pkg_option2 ON part_pkg_option ( optionname );
+
 dbdef-create username
 dbdef-create username
-create-history-tables username cust_pay_refund cust_pay_void
+create-history-tables username cust_pay_refund cust_pay_void part_pkg_option
 dbdef-create username
 
 dbdef-create username