]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Database/Schema/createdb
[Phylo][Merge] Fix warnings and adding Eq instance to Phylo for Behavior test.
[gargantext.git] / src / Gargantext / Database / Schema / createdb
1 #!/bin/bash
2
3 DB="gargandbV5"
4
5 psql -c "drop database IF EXISTS \"${DB}\""
6 createdb "${DB}"
7 psql "${DB}" < schema.sql