Re: [Dspace-tech] running the 15 to 16 script

2010-04-26 Thread Claudia Jürgen
-tech@lists.sourceforge.net; Blanco, Jose Subject: Re: [Dspace-tech] running the 15 to 16 script Hello Jose, in that case you got to run: ALTER TABLE collection2item DROP CONSTRAINT "$2"; ALTER TABLE community2community DROP CONSTRAINT "$2"; ALTER TABLE community2collection D

Re: [Dspace-tech] running the 15 to 16 script

2010-04-22 Thread Blanco, Jose
ssary? Thank you for this very clear explanation. -Jose -Original Message- From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] Sent: Thursday, April 22, 2010 2:19 AM To: dspace-tech@lists.sourceforge.net; Blanco, Jose Subject: Re: [Dspace-tech] running the 15 to 16 script

Re: [Dspace-tech] running the 15 to 16 script

2010-04-21 Thread Claudia Jürgen
Hello Jose, in that case you got to run: ALTER TABLE collection2item DROP CONSTRAINT "$2"; ALTER TABLE community2community DROP CONSTRAINT "$2"; ALTER TABLE community2collection DROP CONSTRAINT "$2"; The reason for this is: In Step 7 Update the database it can happen that not all the commands

[Dspace-tech] running the 15 to 16 script

2010-04-19 Thread Blanco, Jose
I get the following erro: psql:database_schema_15-16.sql:105: ERROR: constraint "community2collection_collection_id_fkey" does not exist This is what I see when I look at the table. I think I want to drop $2, but how do I do that? Thank you! Jose dspace-dev-16=> \d community2collection Tab