sql/create_db.sql
author rougeronj
Mon, 09 Mar 2015 11:54:33 +0100
changeset 510 9f2c0fb8f7ad
parent 47 08b008c5a07d
permissions -rw-r--r--
Reassign "cancel" behaviour on cancel button of authentication popup

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;