sql/create_db.sql
author ymh <ymh.work@gmail.com>
Thu, 12 Apr 2018 18:33:25 +0200
branchdocumentation
changeset 695 f151478c7628
parent 47 08b008c5a07d
permissions -rw-r--r--
add info on data export/import HDA -> hdalab + management fo the static resources of 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;