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
use -V0 --vbr-new by default; add -O option
[soepkiptng.git]
/
soepkiptng_update.my
blob
4d4695ccfc513640fd759909e49ff7b04b27807c
1
2
use soepkiptng;
3
drop table queue;
4
5
CREATE TABLE queue (
6
song_order int NOT NULL,
7
song_id int NOT NULL,
8
timestamp timestamp,
9
user varchar(255),
10
PRIMARY KEY (song_id)
11
);
12