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

1 line
89 B
MySQL
Raw Normal View History

CREATE INDEX roleLog_creationDate_IDX USING BTREE ON account.roleLog (creationDate DESC);