lists endpoint should accept JSON
[gargantext.git] / devops / postgres / schema
index cd0b8de480e0b6f8bd0fc36a265708370f7cabbf..b73842d65441808e7b5ee613fe37db614c7637fc 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
 DB="gargandbV5"
+rm ../../tmp*
+rm ../../repo*
 
 psql -c "drop database IF EXISTS \"${DB}\""
 createdb "${DB}"