File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<entity name =" Enqueue\JobQueue\Doctrine\Entity\JobUnique" table =" enqueue_job_unique" >
4
- <id name =" name" type =" string" >
5
- <generator strategy =" AUTO " />
4
+ <id name =" name" type =" string" length = " 255 " >
5
+ <generator strategy =" NONE " />
6
6
</id >
7
7
</entity >
8
8
</doctrine-mapping >
Original file line number Diff line number Diff line change 5
5
use Doctrine \DBAL \Connection ;
6
6
use Doctrine \DBAL \Schema \Schema as BaseSchema ;
7
7
8
+ /**
9
+ * @deprecated since 0.8, will be removed in 0.9
10
+ */
8
11
class Schema extends BaseSchema
9
12
{
10
13
/**
You can’t perform that action at this time.
0 commit comments