From f827dc7b45ed47622bc79ddf2f26e51175925e34 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 30 Oct 2005 21:15:42 +0000 Subject: [PATCH] adapt script to domaine --- scripts/cleanup.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 75d48deeb..e8e3cc346 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -1,6 +1,8 @@ #!/bin/bash # clean all phpcompta related DB. -dropdb -U phpcompta -h localhost account_repository -dropdb -U phpcompta -h localhost dossier1 -dropdb -U phpcompta -h localhost mod1 +dropdb -U phpcompta -h localhost dev_account_repository +dropdb -U phpcompta -h localhost dev_dossier1 +dropdb -U phpcompta -h localhost dev_mod1 +dropdb -U phpcompta -h localhost dev_mod2 +