sql/create_db.sql
author rougeronj
Wed, 10 Dec 2014 15:51:08 +0100
changeset 394 4911075b6000
parent 47 08b008c5a07d
permissions -rw-r--r--
add context_processor and variable VERSION accessible from templates

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;