sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lists endpoint should accept JSON
[gargantext.git]
/
devops
/
postgres
/
schema
diff --git
a/devops/postgres/schema
b/devops/postgres/schema
index cd0b8de480e0b6f8bd0fc36a265708370f7cabbf..b73842d65441808e7b5ee613fe37db614c7637fc 100755
(executable)
--- a/
devops/postgres/schema
+++ b/
devops/postgres/schema
@@
-1,6
+1,8
@@
#!/bin/bash
DB="gargandbV5"
+rm ../../tmp*
+rm ../../repo*
psql -c "drop database IF EXISTS \"${DB}\""
createdb "${DB}"