Took the ChangeTracker reporting out of GeneratingProducerNode and put it into the...
[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