The class Symfony\Component\Depend...njection\ContainerAware has been deprecated with message: since version 2.8, to be removed in 3.0. Use the ContainerAwareTrait instead.
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be
removed from the class and what other constant to use instead.
Loading history...
12
{
13
use DoctrineHelper;
14
use BundleNameFromClassName;
15
use UpdateOneVersionOneMethod;
16
17
/**
18
* Update to 1.1.0
19
*/
20
public function update_1_1_0()
21
{
22
$this->executeSQL('
23
CREATE TABLE versions_patchs (
24
bundle VARCHAR(100) NOT NULL,
25
date DATETIME NOT NULL,
26
PRIMARY KEY(bundle, date)
27
) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB'
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.