update to create db script + new script to change the owner of a mir database
[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