[daisy] Re: Daisy release planning

Teppo Peltonen tpeltone at iki.fi
Fri Mar 9 08:54:37 CST 2007


Hello,

Yesterday I checked daisy trunk out from svn to test
it. Unfortunately, daisy-repository-init seems to fail with

ERROR: relation "name_" already exists

Error in Line: 985: CREATE TABLE wf_pools  (  id int8 NOT NULL,  name_ varchar (100) NOT NULL,  description varchar (255),  last_modified timestamp(0) NOT NULL,  last_modifier int8 NOT NULL,  updatecount int8 NOT NULL,  PRIMARY KEY (id),  CONSTRAINT name_ UNIQUE (name_)  );
..........................................
ERROR: relation "wf_pools" does not exist

Error in Line: 1456: ALTER TABLE wf_pool_members  ADD CONSTRAINT wf_pool_members_FK_1 FOREIGN KEY (pool_id)  REFERENCES wf_pools (id)  ;


I'm running postgres version 7.4.7-6sarge4.

Teppo
-- 




More information about the daisy mailing list