repo.or.cz
/
soepkiptng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add files in sorted order; check for gaps in flac files (using seektables)
[soepkiptng.git]
/
soepkiptng_update5.my
blob
e82ad1b910a6168bc23994abb8f9d9906aadd8fa
1
2
use soepkiptng;
3
4
drop table if exists lyrics;
5
6
CREATE TABLE lyrics (
7
id int(11) NOT NULL,
8
language char(3),
9
lyrics mediumblob,
10
description blob,
11
PRIMARY KEY (id)
12
);