lars
committed
on 04 Feb 04
Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to … Show more
Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to 7.3 not recording constraints properly. This is a workaround, not a fix. See bug #1294.

Show less

/postgresql/curriculum-central-create.sql (+2 -1)
1 1 --
2 2 -- packages/curriculum-central/sql/postgresql/curriculum-central-create.sql
3 3 --
4 4 -- @author Nick Carroll (nick.c@rroll.net)
5 5 -- @creation-date 2005-11-08
6 6 -- @cvs-id $Id$
7 7 --
8 8 --
9 9
10 10 \i curriculum-create.sql
11 11 \i faculty-create.sql
12 12 \i department-create.sql
13 13 \i stream-create.sql
14 14 \i uos-create.sql
  15 \i staff-create.sql