aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
diff options
context:
space:
mode:
authorFelix Kehrer <felix.kehrer@gmail.com>2018-05-06 16:01:10 +0200
committerFelix Kehrer <felix.kehrer@gmail.com>2018-05-07 14:42:08 +0200
commit5a6c00ebc1583e0505fb795b3483f8937e7b8eb4 (patch)
tree67bfb0c8023e1f8a37a282d0b5d4bb0e50bd9779 /src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
parentf4b5613fd3c6ce8e45fb7b99d10b33bec12ad43c (diff)
downloadsepm-groupproject-5a6c00ebc1583e0505fb795b3483f8937e7b8eb4.tar.gz
sepm-groupproject-5a6c00ebc1583e0505fb795b3483f8937e7b8eb4.tar.xz
sepm-groupproject-5a6c00ebc1583e0505fb795b3483f8937e7b8eb4.zip
Added groundwork for DAO tests
Diffstat (limited to 'src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql')
-rw-r--r--src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql b/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
new file mode 100644
index 0000000..f43b641
--- /dev/null
+++ b/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
@@ -0,0 +1,5 @@
+DELETE FROM Registration;
+DELETE FROM Vehicle;
+DELETE FROM VehicleVersion;
+DELETE FROM Employee;
+DELETE FROM EmployeeVersion; \ No newline at end of file