sql/create_db.sql
author rougeronj
Sun, 04 Jan 2015 22:44:16 +0100
changeset 416 7082f0d58696
parent 47 08b008c5a07d
permissions -rw-r--r--
Update Adduser and add save_status var to specify the status of the renkan (saved/saving/to-save)

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;