mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Ooops, use true not 1
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
--
|
||||
|
||||
|
||||
ALTER TABLE dynamic_playlist ADD COLUMN autoload BOOLEAN DEFAULT 1;
|
||||
ALTER TABLE dynamic_playlist ADD COLUMN autoload BOOLEAN DEFAULT 'true';
|
||||
|
||||
UPDATE settings SET v = '26' WHERE k == 'schema_version';
|
||||
|
Reference in New Issue
Block a user