Error during the install process
Posted: 25 Sep 2007, 21:28
During the install process of Mantis 1.1.0a4 and using a PostgreSQL 8.1.9 database occurs the following problem.
CREATE TABLE mantis_bug_table ( id SERIAL,
...
sticky BOOLEAN DEFAULT 0 NOT NULL, PRIMARY KEY (id) )
ERROR: column "sticky" is of type boolean but default expression is of type integer HINT: You will need to rewrite or cast the expression.
What can I do? Rewrite the sentence? Where?
TIA
CREATE TABLE mantis_bug_table ( id SERIAL,
...
sticky BOOLEAN DEFAULT 0 NOT NULL, PRIMARY KEY (id) )
ERROR: column "sticky" is of type boolean but default expression is of type integer HINT: You will need to rewrite or cast the expression.
What can I do? Rewrite the sentence? Where?
TIA