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

2 lines
90 B
MySQL
Raw Normal View History

CREATE INDEX userLog_creationDate_IDX USING BTREE ON account.userLog (creationDate DESC);