add files in sorted order; check for gaps in flac files (using seektables)
[soepkiptng.git] / soepkiptng_update5.my
blobe82ad1b910a6168bc23994abb8f9d9906aadd8fa
2 use soepkiptng;
4 drop table if exists lyrics;
6 CREATE TABLE lyrics (
7   id int(11) NOT NULL,
8   language char(3),
9   lyrics mediumblob,
10   description blob,
11   PRIMARY KEY (id)