/[phpcompta]/phpcompta/scripts/cleanup.sh
ViewVC logotype

Diff of /phpcompta/scripts/cleanup.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by sparkyx, Fri May 6 20:39:21 2005 UTC revision 1.4 by sparkyx, Sun Oct 30 21:15:42 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # clean all phpcompta related DB.  # clean all phpcompta related DB.
3    
4  dropdb -U phpcompta -h localhost account_repository  dropdb -U phpcompta -h localhost dev_account_repository
5  dropdb -U phpcompta -h localhost dossier1  dropdb -U phpcompta -h localhost dev_dossier1
6  dropdb -U phpcompta -h localhost mod1  dropdb -U phpcompta -h localhost dev_mod1
7    dropdb -U phpcompta -h localhost dev_mod2
8    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26