From: Nicolas Boisselier Date: Wed, 7 Feb 2018 20:22:53 +0000 (+0000) Subject: lib/postgres/mime.sql X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c8853746dcc3425e4722a90412f9ee1cf4ecb863;p=nb.git lib/postgres/mime.sql --- 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 '',