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
6148f29c66
Plume
/
migrations
/
sqlite
/
2021-02-23-153402_medias_index_file_path
/
up.sql
2 lines
59 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add migration to add index to medias.file_path for SQLite3
2021-03-28 10:34:41 +02:00
CREATE
INDEX
medias_index_file_path
ON
medias
(
file_path
)
;
Reference in New Issue
Copy Permalink