scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / dbscripts / help_imgtype.sql
1
2 -- \connect - postgres
3 INSERT INTO "img_type" VALUES (0,'--');
4 INSERT INTO "img_type" VALUES (1,'Plakat');
5 INSERT INTO "img_type" VALUES (2,'Photo');
6 INSERT INTO "img_type" VALUES (3,'Grafik');
7 INSERT INTO "img_type" VALUES (4,'Kartenmaterial');
8