4 lines
93 B
MySQL
4 lines
93 B
MySQL
|
ALTER TABLE %allsongstables ADD COLUMN cue_path TEXT;
|
||
|
|
||
|
UPDATE schema_version SET version=25;
|