From c8853746dcc3425e4722a90412f9ee1cf4ecb863 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 7 Feb 2018 20:22:53 +0000 Subject: [PATCH] lib/postgres/mime.sql --- lib/postgres/mime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postgres/mime.sql b/lib/postgres/mime.sql index 06e85d43..1e67970f 100644 --- a/lib/postgres/mime.sql +++ b/lib/postgres/mime.sql @@ -1,6 +1,6 @@ -- NB 07.02.18: TODO http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -DROP TABLE IF EXISTS mime; +-- DROP TABLE IF EXISTS mime; CREATE TABLE IF NOT EXISTS mime ( ext varchar(12), type varchar(80) NOT NULL DEFAULT '', -- 2.47.3