salix/db/versions/11107-pinkAspidistra/09-firstScript.sql

1 line
94 B
MySQL
Raw Normal View History

CREATE INDEX invoiceInLog_creationDate_IDX USING BTREE ON vn.invoiceInLog (creationDate DESC);