4 lines
115 B
MySQL
4 lines
115 B
MySQL
|
|
||
|
CREATE INDEX grampsdb_eventref_object_id_object_type_id
|
||
|
ON grampsdb_eventref (object_id, object_type_id);
|