2.0 beta 3 (#3786)

* added id for custom js options
* readme
* composer update
* fix migration filename
This commit is contained in:
Kevin Papst
2023-01-27 00:50:04 +01:00
committed by GitHub
parent 974e1b3b5a
commit 326dc64f65
5 changed files with 376 additions and 375 deletions

View File

@@ -11,8 +11,8 @@ declare(strict_types=1);
namespace DoctrineMigrations;
use App\Doctrine\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* All the checks for hasIndex() and hasColumn() are here to simplify testing and development,
@@ -20,7 +20,7 @@ use Doctrine\Migrations\AbstractMigration;
*
* @version 2.0
*/
final class Version20993112235958 extends AbstractMigration
final class Version20230126002049 extends AbstractMigration
{
public function getDescription(): string
{