mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Add an extra newline between statements in the first schema file to fix an error when QtSql doesn't support multiple statements at a time. Fixes issue 2604
This commit is contained in:
parent
c73c87a21a
commit
3ade9217d7
@ -35,4 +35,5 @@ CREATE TABLE songs (
|
||||
CREATE TABLE schema_version (
|
||||
version INTEGER NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO schema_version (version) VALUES (0);
|
||||
|
Loading…
Reference in New Issue
Block a user