sql/create_db.sql
author rougeronj
Thu, 24 Sep 2015 13:28:38 +0200
changeset 647 37220b1a35e2
parent 47 08b008c5a07d
permissions -rw-r--r--
adapts to new renkan client version (dont have to do a project.set because it is done in the dataloader) adapts the templates to hide new unwanted changes in hda renkan client

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;