sql/create_db.sql
author rougeronj
Mon, 02 Feb 2015 12:40:31 +0100
changeset 437 8269c74d9aa0
parent 47 08b008c5a07d
permissions -rw-r--r--
Close #40 - get only 8 ressources in the renkan and send the 10 next to the bins for further use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
CREATE DATABASE hdabo
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  WITH ENCODING='UTF8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
       OWNER=iri
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
       TEMPLATE=template0
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
       LC_COLLATE='fr_FR.UTF-8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
       LC_CTYPE='fr_FR.UTF-8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
       CONNECTION LIMIT=-1;