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

1 line
108 B
MySQL
Raw Normal View History

CREATE INDEX deviceProductionLog_creationDate_IDX USING BTREE ON vn.deviceProductionLog (creationDate DESC);