[daisy] Re: Daisy release planning
Teppo Peltonen
tpeltone at iki.fi
Fri Mar 9 09:30:52 CST 2007
Teppo Peltonen <tpeltone at iki.fi> writes:
> 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) ;
So, it seems that the constrait name conflicts with the one in
daisy_namespaces. This can be fixed by changing the name into
whatever. The name does not matter, right?
Teppo
--
More information about the daisy
mailing list