sql/create_db.sql
author rougeronj
Mon, 02 Mar 2015 18:10:47 +0100
changeset 470 d5b166da842d
parent 47 08b008c5a07d
permissions -rw-r--r--
update design for "domaines artstiques" pages. Show 9 categories and possibility to show the 9 others

CREATE DATABASE hdabo
  WITH ENCODING='UTF8'
       OWNER=iri
       TEMPLATE=template0
       LC_COLLATE='fr_FR.UTF-8'
       LC_CTYPE='fr_FR.UTF-8'
       CONNECTION LIMIT=-1;