gramps/src/webapp/grampsdb/sql/eventref.sql

4 lines
115 B
MySQL
Raw Normal View History

CREATE INDEX grampsdb_eventref_object_id_object_type_id
ON grampsdb_eventref (object_id, object_type_id);