sql/create_db.sql
author rougeronj
Tue, 13 Jan 2015 10:37:03 +0100
changeset 427 0cca16969c4b
parent 47 08b008c5a07d
permissions -rw-r--r--
remove Rk-Save-Online class (it was overriding the wanted behaviour)

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;