This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
photoprism
Watch
1
Star
0
Fork
0
You've already forked photoprism
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
photoprism
/
internal
/
migrate
/
sqlite3
/
20220329-050000.sql
1 line
76 B
MySQL
Raw
Normal View
History
Unescape
Escape
Migrations: Improve SQLite schema migration statements #2216
2022-04-01 16:49:26 +02:00
CREATE
INDEX
IF
NOT
EXISTS
idx_albums_album_filter
ON
albums
(
album_filter
)
;
Reference in New Issue
Copy Permalink