Schema Changes: 2.8.2
Upgrade: 2.8.1 → 2.8.2
This release applied 4 migration(s) to the database schema.
| ID | Type | Description |
|---|---|---|
schema |
index record in sre |
|
schema |
index ash record |
|
schema |
drop acq audit fkey |
|
schema |
disallow double capture |
Migration Details
917 — index record in sre
Type: schema
View SQL
-- index serial.record_entry.record
CREATE INDEX serial_record_entry_record_idx ON serial.record_entry ( record );
918 — index ash record
Type: schema
View SQL
-- index authority.simple_heading.record so that reingesting
-- authority records does not require a sequential scan of ash
CREATE INDEX authority_simple_heading_record_idx ON authority.simple_heading (record);