sql/create_db.sql
author rougeronj
Mon, 05 Jan 2015 14:03:33 +0100
changeset 417 fd847122d85d
parent 47 08b008c5a07d
permissions -rw-r--r--
Close #28 - add and show_user_color to false to hide the color picker

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;