[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Labor
- Subject: Re: Labor
- From: Michael Schultheiss <..hidden..>
- Date: Fri, 18 May 2007 16:30:43 -0400
Chris Travers wrote:
> This bug was corrected in an earlier version. However, it was caused
> by problems in the database creation script. If you are getting this
> error, please contact me for a hotfix sql script to fix your db.
>
> Of if you are familiar with PostgreSQL, run the following commands
> against your db:
> ALTER TABLE invoice ALTER COLUMN qty TYPE numeric;
> ALTER TABLE invoice ALTER COLUMN allocated TYPE numeric;
Thanks - that fixed my issue.