Remove index on surname

svn: r17460
This commit is contained in:
Doug Blank 2011-05-08 15:58:01 +00:00
parent d7cd5598ec
commit 4ba53883c5

View File

@ -1,3 +1 @@
CREATE INDEX grampsdb_name_surname
ON grampsdb_name (surname, first_name);