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_update9.my
blob
c879dee5a925a4e5165b128ec5915bcff82b430e
1
2
use soepkiptng;
3
4
CREATE TABLE settings (
5
name varchar(255) not null primary key,
6
value varchar(255)
7
);
8
INSERT INTO settings (name,value) VALUES ("playmode", 0);