sql/create_db.sql
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2012 21:48:40 +0100
changeset 119 e3ebe3545f72
parent 47 08b008c5a07d
permissions -rw-r--r--
first implementation of django version. Kind of work but need optimisation. Will do them after update from raphael

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;