adapt script to domaine
This commit is contained in:
parent
b99ec5c2bc
commit
f827dc7b45
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue