aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/sql/database.sql
Commit message (Collapse)AuthorAgeFilesLines
* change database schema to include time zone data with timestamp #27844Felix Kehrer2018-06-021-1/+1
|
* 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 enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-071-4/+6
|
* Change enum types to varchar with check constraint to support DBUnitDominic Rogetzer2018-05-071-6/+11
|
* Add missing hasNef attr. to VehicleVersion tableTharre2018-05-031-0/+1
|
* Add sql database schemaTharre2018-05-011-0/+57