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

1 line
84 B
MySQL
Raw Normal View History

CREATE INDEX itemLog_creationDate_IDX USING BTREE ON vn.itemLog (creationDate DESC);