also check gaps at end
[soepkiptng.git] / soepkiptng_update2.my
blobf5809deda941bf4910989df35a8718b5ea2f1524
2 use soepkiptng;
3 drop table if exists seealso;
5 CREATE TABLE seealso (
6   id1 int NOT NULL,
7   id2 int NOT NULL
8 );