sql/create_db.sql
author rougeronj
Thu, 20 Nov 2014 15:10:35 +0100
changeset 366 cd359ba0137b
parent 47 08b008c5a07d
permissions -rw-r--r--
Update block trans for Django translation. Minor corrections in the text

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;