Added migration from old Database to new database.

This commit is contained in:
Jan Böhmer 2019-08-06 13:18:29 +02:00
parent 42c8222e35
commit 2f39ac90a2
19 changed files with 391 additions and 31 deletions

View file

@ -39,7 +39,7 @@ use Exception;
/**
* Class Orderdetail.
*
* @ORM\Table("orderdetails")
* @ORM\Table("`orderdetails`")
* @ORM\Entity()
*/
class Orderdetail extends DBElement