Schema Changes: 2.9.4

Upgrade: 2.9.3 → 2.9.4

This release applied 1 migration(s) to the database schema.

ID Type Description

977

schema

allow parts to be recreated

Migration Details

977 — allow parts to be recreated

Type: schema

View SQL
ALTER TABLE biblio.monograph_part DROP CONSTRAINT "record_label_unique";
CREATE UNIQUE INDEX record_label_unique_idx ON biblio.monograph_part (record, label) WHERE deleted = FALSE;