Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
medialibrary
Commits
2a90a4bb
Commit
2a90a4bb
authored
Jul 06, 2018
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migration: Flush audio track table
parent
966dc79a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/database/migrations/migration13-14.sql
src/database/migrations/migration13-14.sql
+2
-0
No files found.
src/database/migrations/migration13-14.sql
View file @
2a90a4bb
...
...
@@ -92,6 +92,8 @@
"DROP TABLE "
+
ShowTable
::
Name
,
//
No
need
to
delete
the
ShowFts
table
since
...
it
didn
't exist
"DROP TABLE " + VideoTrackTable::Name,
// Flush the audio track table to recreate all tracks
"DELETE FROM " + AudioTrackTable::Name,
// History table & its triggers were removed for good:
"DROP TABLE History",
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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