summaryrefslogtreecommitdiffstats
path: root/src/main/resources/sql
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression caused by commit:3f84016Tharre2018-05-221-2/+2
| | | | | | Enums have ordering is important, commit:3f84016 changed ordering of the Vehicle.Status enum, but failed to also change that in the database schema.
* Fix DBUnit's enums and revert database changesTharre2018-05-121-13/+7
|
* Changed test behaviour to leave "clean" database for other testsFelix Kehrer2018-05-071-0/+5
|
* Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-072-8/+10
|
* Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-6/+11
|\
| * Change enum types to varchar with check constraint to support DBUnitDominic Rogetzer2018-05-071-6/+11
| |
* | Changed test data to be in sync with new database schemaFelix Kehrer2018-05-071-2/+2
| |
* | Added groundwork for DAO testsFelix Kehrer2018-05-072-0/+15
|/
* Add missing hasNef attr. to VehicleVersion tableTharre2018-05-031-0/+1
|
* Add sql database schemaTharre2018-05-011-0/+57