2011-11-28 06:58:27 +01:00
|
|
|
ALTER TABLE %allsongstables ADD COLUMN effective_albumartist TEXT;
|
|
|
|
|
2011-11-29 11:38:07 +01:00
|
|
|
UPDATE songs SET effective_albumartist = albumartist;
|
2011-11-28 06:58:27 +01:00
|
|
|
|
2011-11-29 11:38:07 +01:00
|
|
|
UPDATE songs SET effective_albumartist = artist WHERE effective_albumartist = "";
|
2011-11-28 06:58:27 +01:00
|
|
|
|
|
|
|
UPDATE schema_version SET version=36;
|