Commit 25167b81 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DB/SQL] createdb helper script.

parent 28a3fd84
#!/bin/bash
DB="gargandbV5"
psql -c "drop database IF EXISTS \"${DB}\""
createdb "${DB}"
psql "${DB}" < schema.sql
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment