adding a form on the edit article pages that allows you to add an image attachment...
[mir.git] / dbscripts / help_imgform.sql
1
2 -- \connect - postgres
3 INSERT INTO "img_format" VALUES (0,'jpeg','jpg','image/jpg','jpeg nur vom original bearbeiten');
4 INSERT INTO "img_format" VALUES (1,'gif','gif','image/gif',NULL);
5