mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-05 11:57:41 +01:00
schema: Bump schema version to 20
This commit is contained in:
parent
47c5a2215e
commit
01f4a79f07
@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS schema_version (
|
||||
|
||||
DELETE FROM schema_version;
|
||||
|
||||
INSERT INTO schema_version (version) VALUES (19);
|
||||
INSERT INTO schema_version (version) VALUES (20);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS directories (
|
||||
path TEXT NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user