Skip to content
Snippets Groups Projects
Forked from Smart / broken-petclinic
617 commits behind the upstream repository.
  • Costin Leau's avatar
    50b87ef7
    SPR-6447 · 50b87ef7
    Costin Leau authored
    + moved db files around
    + moved JPA/AOP META-INF/ files into the webapp classpath 
    50b87ef7
    History
    SPR-6447
    Costin Leau authored
    + moved db files around
    + moved JPA/AOP META-INF/ files into the webapp classpath 
dropTables.txt 142 B
DROP TABLE visits;
DROP TABLE pets;
DROP TABLE owners;
DROP TABLE types;
DROP TABLE vet_specialties;
DROP TABLE specialties;
DROP TABLE vets;