Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
93fb7702
Commit
93fb7702
authored
Feb 23, 2018
by
Hugo Beauzée-Luyssen
Browse files
MediaLibrary: Fix migration from 7 to 8
parent
931a4fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
93fb7702
...
...
@@ -916,6 +916,8 @@ void MediaLibrary::migrateModel7to8()
sqlite
::
Tools
::
executeRequest
(
getConn
(),
req
);
// Re-create triggers removed in the process
Artist
::
createTriggers
(
getConn
(),
8u
);
Media
::
createTriggers
(
getConn
()
);
File
::
createTriggers
(
getConn
()
);
t
->
commit
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment