sql/create_db.sql
author rougeronj
Tue, 23 Dec 2014 11:06:18 +0100
changeset 414 260b4fb502a6
parent 47 08b008c5a07d
permissions -rw-r--r--
Make all the shape box selection clickable (the <li>, not only the <a>)

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;