4 lines
103 B
MySQL
Raw Normal View History

ALTER TABLE songs ADD COLUMN sampler INTEGER NOT NULL DEFAULT 0;
UPDATE schema_version SET version=1;