I'm trying to deploy art (3.0-alpha) on a postgres (9.4) database. All the boolean columns seem to be of type integer but postgres requires them to be of type boolean. For example art_users.active, art_users.can_change_password etc.
How can I work around that incompatibility?
Regards,
Rijk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to deploy art (3.0-alpha) on a postgres (9.4) database. All the boolean columns seem to be of type integer but postgres requires them to be of type boolean. For example art_users.active, art_users.can_change_password etc.
How can I work around that incompatibility?
Regards,
Rijk
The Integer datatype is being used for booleans for greater compatibility across different database systems.
This has been fixed in art 3.0-beta2. You can download it from https://sourceforge.net/projects/art/files/art/3.0-beta2/