1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

Ooops, use true not 1

This commit is contained in:
Leo Franchi 2011-08-06 16:57:14 -04:00
parent eefc6fd5da
commit ffd5a2f81e

View File

@ -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';