mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
d5c8a26643
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@309 50f2f4bb-b051-0410-bef5-90022cba6387
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
DROP TABLE visits;
|
|
DROP TABLE pets;
|
|
DROP TABLE owners;
|
|
DROP TABLE types;
|
|
DROP TABLE vet_specialties;
|
|
DROP TABLE specialties;
|
|
DROP TABLE vets;
|