Page 1 of 1

Mantis 1.1.0a4 error creating tables in pgsql 8.1.9

Posted: 03 Oct 2007, 18:37
by Sergio
When I install Mantis 1.1.0.a4 the create database step generate error in all boolean type fields where was used the defaults "0" or "1".

I solve this to change all "0" to false and "1" to true.

Is this a bug of 1.1.0a4?