diff options
| author | ivan <ivan> | 2002-01-03 17:40:26 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-01-03 17:40:26 +0000 |
| commit | 69a0a7504f84aa9bb1f204d1f3522e1520e0885e (patch) | |
| tree | de4cb175a70c7a7da58f84454fd29dfca55bd249 /README.1.4.0pre2-3 | |
| parent | e3f87d761538a0a21d26fc86b5bce7c9d737d590 (diff) | |
more schema changes: part_bill_event and cust_bill_event tables
remove old 1.4.0pre READMEs
Diffstat (limited to 'README.1.4.0pre2-3')
| -rw-r--r-- | README.1.4.0pre2-3 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/README.1.4.0pre2-3 b/README.1.4.0pre2-3 deleted file mode 100644 index eac5dae10..000000000 --- a/README.1.4.0pre2-3 +++ /dev/null @@ -1,39 +0,0 @@ -the following is necessary to upgrade from 1.4.0pre2 to pre3 or later. - -install the perl modules and httemplate as per install.html or upgrade8.html - -CREATE TABLE part_svc_column ( - columnnum int primary key, - svcpart int not null, - columnname varchar(64) not null, - columnvalue varchar(80) null, - columnflag char(1) null -); - -CREATE UNIQUE INDEX part_svc_column1 ON part_svc_column ( svcpart, columnname ); - -CREATE TABLE queue ( - jobnum int primary key, - job varchar not null, - _date int not null, - status varchar(80) not null -); - -CREATE TABLE queue_arg ( - argnum int primary key, - jobnum int not null, - arg varchar null -); - -CREATE INDEX queue_arg1 ON queue_arg ( jobnum ); - -Run bin/dbdef-create - -Run bin/fs-migrate-part_svc - -Create the `/usr/local/etc/freeside/cache.<i>datasrc</i>' directory - (ownded by the freeside user). - -freeside-queued was installed with the Perl modules. Start it now and ensure -that it is run upon system startup. - |
