From: Dennis F. <de...@co...> - 2002-09-30 08:51:31
|
BUUUUUUUUUUG :-( > While trying to add a new project, I got this after clicking "Add > Project": > > Database Query error > The following query : > > INSERT INTO tasks( name, text, created, lastforumpost, edited, owner, > creator, deadline, priority, parent, taskgroupid, usergroupid, > globalaccess, status ) values( 'Eat', 'Zzzzz', current_timestamp(0), > NULL, current_timestamp(0), 1, 1, '2002-10-1 00:00:00+08', 2, NULL, > NULL, NULL, true, created) > > Had the following error: > ERROR: Attribute 'created' not found ----- Original Message ----- From: "Eric Boo" <er...@re...> To: "Dennis Fleurbaaij" <de...@co...> Sent: Monday, September 30, 2002 10:19 AM Subject: Sorry, another thing > Hi Dennis, > > While trying to add a new project, I got this after clicking "Add > Project": > > Database Query error > The following query : > > INSERT INTO tasks( name, text, created, lastforumpost, edited, owner, > creator, deadline, priority, parent, taskgroupid, usergroupid, > globalaccess, status ) values( 'Eat', 'Zzzzz', current_timestamp(0), > NULL, current_timestamp(0), 1, 1, '2002-10-1 00:00:00+08', 2, NULL, > NULL, NULL, true, created) > > Had the following error: > ERROR: Attribute 'created' not found > > > I ran the script db_create.sh already. What did I miss? > > Sorry for the trouble. > |