FW: [freeside] 1.4.0pre8
Lance Stine
lstine at ikano.com
Mon Feb 4 13:00:42 PST 2002
This line gives an error because there is no option column in the
part_export table. What should it be changed to?
CREATE INDEX part_export_option2 ON part_export ( option );
-----Original Message-----
From: Lance Stine [mailto:lstine at ikano.com]
Sent: Monday, February 04, 2002 12:20 PM
To: ivan-freeside at sisd.com
Subject: RE: [freeside] 1.4.0pre8
I think there are some changes needed in the upgrade instructions. Two
indexes reference the wrong table. Looks like the both indexes below should
go to the part_export_option table.
CREATE INDEX part_export_option (
optionnum int primary key,
exportnum int not null,
option varchar(80) not null,
optionvalue text NULL
);
CREATE INDEX part_export_option1 ON part_export ( exportnum );
CREATE INDEX part_export_option2 ON part_export ( option );
-----Original Message-----
From: ivan [mailto:ivan at 420.am]
Sent: Monday, February 04, 2002 10:33 AM
To: ivan-freeside at sisd.com; ivan-freeside-devel at sisd.com
Subject: [freeside] 1.4.0pre8
1.4.0pre8 - schema madness!
1.4.0pre8 is now available at http://www.sisd.com/freeside/
Unlike the last few releases, this one has schema changes. If you're
upgrading from a previous 1.4.0 prerelease, see README.1.4.0pre8
This release adds:
- Web interface for per-hour or per-minute account charges using the
session monitor.
- Invoice events - set late fees, suspension, cancellation, etc. events
on overdue invoices.
- HTML::Mason support seems to be working
- Package and service disable flags for a more manageable UI.
- HTML Perl API documentation is now autogenerated on install (previous
1.4.0 prereleases were out of sync with the manpages).
--
_ivan
More information about the freeside-users
mailing list