mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Use Sylius abstract doctrine migration to allow PostgreSQL
This commit is contained in:
parent
9fae923993
commit
9704d93c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
namespace Sylius\Bundle\CoreBundle\Migrations;
|
||||
|
||||
use Doctrine\DBAL\Schema\Schema;
|
||||
use Doctrine\Migrations\AbstractMigration;
|
||||
use Sylius\Bundle\CoreBundle\Doctrine\Migrations\AbstractMigration;
|
||||
|
||||
final class Version20231106190918 extends AbstractMigration
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue