move table to schema and remove old migration file

This commit is contained in:
2018-06-05 12:06:55 +02:00
parent 3e40bebf45
commit f8b7533e18
3 changed files with 2 additions and 45 deletions

View File

@@ -7,6 +7,7 @@ use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Table("chill_doc.document_category")
* @ORM\Entity(repositoryClass="Chill\DocStoreBundle\EntityRepository\DocumentCategoryRepository")
*/
class DocumentCategory

View File

@@ -11,6 +11,7 @@ use Chill\PersonBundle\Entity\Person;
/**
* @ORM\Table("chill_doc.person_document")
* @ORM\Entity()
*/
class PersonDocument extends Document implements HasCenterInterface, HasScopeInterface