aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/sql/H2RegistrationDAOTest_depopulate.sql
blob: f43b6415b548e2165d494473413469f8c5644a88 (plain) (blame)
1
2
3
4
5
DELETE FROM Registration;
DELETE FROM Vehicle;
DELETE FROM VehicleVersion;
DELETE FROM Employee;
DELETE FROM EmployeeVersion;