This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
59
Releases
Wiki
Activity
dev
salix
/
db
/
versions
/
11219-goldenCataractarum
/
00-firstScript.sql
2 lines
95 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
feat: refs #6727 Deleted duplicated indexes
2024-09-09 07:41:40 +00:00
CREATE
INDEX
saleGroupLog_creationDate_IDX
USING
BTREE
ON
vn
.
saleGroupLog
(
creationDate
DESC
)
;