Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Deprecate CreateSchemaCommand and SchemaGenerator
issue: NEXT-33257
author: Marcus Müller
author_email: [email protected]
author_github: @M-arcus
---
- Deprecated
\Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
and\Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator
, use\Shopware\Core\Framework\DataAbstractionLayer\Command\CreateMigrationCommand
and\Shopware\Core\Framework\DataAbstractionLayer\MigrationQueryGenerator
instead
\Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
will be removed. You can use \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateMigrationCommand
instead.
\Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator
will be removed. You can use \Shopware\Core\Framework\DataAbstractionLayer\MigrationQueryGenerator
instead.