[freeside] 1.4.0pre8

ivan ivan at 420.am
Mon Feb 4 23:57:55 PST 2002


Yep, those should be part_export_option

Thanks, fixed.

On Mon, Feb 04, 2002 at 12:20:24PM -0700, Lance Stine wrote:
> 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
> 
> 
> 

-- 
_ivan



More information about the freeside-users mailing list