1
0
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:
David Sansome 2012-01-12 09:38:01 +00:00
parent c73c87a21a
commit 3ade9217d7

View File

@ -35,4 +35,5 @@ CREATE TABLE songs (
CREATE TABLE schema_version (
version INTEGER NOT NULL
);
INSERT INTO schema_version (version) VALUES (0);