gramps/src/web/grampsdb/sql/childref.sql

4 lines
115 B
SQL

CREATE INDEX grampsdb_childref_object_id_object_type_id
ON grampsdb_childref (object_id, object_type_id);