summaryrefslogtreecommitdiffstats
path: root/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-06-20 22:07:36 +0200
committerTharre <tharre3@gmail.com>2018-06-20 22:07:36 +0200
commit0c995a05985da749d93aa56eba976c7fc621a4fa (patch)
tree5b80394920705aae5e2b6004c3dfbd839c8b8fa3 /src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
parentf5bc7925a8fbbe247972a6f0e0571cc7e92fbefa (diff)
parente21feb3ac772a5394dc5381b58142c3c061de716 (diff)
downloadsepm-groupproject-3.0.tar.gz
sepm-groupproject-3.0.tar.xz
sepm-groupproject-3.0.zip
Merge branch 'develop'HEADv3.0master
Diffstat (limited to 'src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql')
-rw-r--r--src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql b/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
deleted file mode 100644
index f43b641..0000000
--- a/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-DELETE FROM Registration;
-DELETE FROM Vehicle;
-DELETE FROM VehicleVersion;
-DELETE FROM Employee;
-DELETE FROM EmployeeVersion; \ No newline at end of file