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
also check gaps at end
[soepkiptng.git]
/
soepkiptng_update2.my
blob
f5809deda941bf4910989df35a8718b5ea2f1524
1
2
use soepkiptng;
3
drop table if exists seealso;
4
5
CREATE TABLE seealso (
6
id1 int NOT NULL,
7
id2 int NOT NULL
8
);