sourcephile
/
git
/
gargantext.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixe the label
[gargantext.git]
/
devops
/
postgres
/
schema
1
#!/bin/bash
2
3
DB
=
"gargandbV5"
4
rm
..
/
..
/
tmp
*
5
rm
..
/
..
/
repo
*
6
7
psql
-c
"drop database IF EXISTS
\"
${DB}
\"
"
8
createdb
"
${DB}
"
9
psql
"
${DB}
"
<
schema.sql