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

1 line
88 B
SQL

CREATE INDEX ticketLog_creationDate_IDX USING BTREE ON vn.ticketLog (creationDate DESC);