Schema Changes: 3.0.9

Upgrade: 3.0.8 → 3.0.9

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

ID Type Description

1112

schema

auch source circ index

Migration Details

1112 — auch source circ index

Type: schema

View SQL
-- Add an index to action.usr_circ_history (source_circ) to speed up aging circs and purging accounts

CREATE INDEX action_usr_circ_history_source_circ_idx
  ON action.usr_circ_history
  USING btree
  (source_circ);