[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Labor



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.