adapt script to domaine

This commit is contained in:
sparkyx 2005-10-30 21:15:42 +00:00
parent b99ec5c2bc
commit f827dc7b45

View file

@ -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