This website requires JavaScript.
Explore
Help
Sign In
aitzol
/
Plume
Watch
1
Star
0
Fork
0
You've already forked Plume
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
afd66ce7cb
Plume
/
migrations
/
postgres
/
2021-02-23-153402_medias_index_file_path
/
up.sql
2 lines
59 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add SQL to add/drop index to/from medias.file_path
2021-02-23 16:49:50 +01:00
CREATE
INDEX
medias_index_file_path
ON
medias
(
file_path
)
;
Reference in New Issue
Copy Permalink