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

2 lines
90 B
SQL

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