diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index dc65b433c..de33c4545 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -218,8 +218,7 @@ Or use the update functionality: The updating of databases uses a Diff Algorithm for a given Database Schema, a cornerstone of the ``Doctrine\DBAL`` package, -which can even be used without the Doctrine ORM package. However -its not available in SQLite since it does not support ALTER TABLE. +which can even be used without the Doctrine ORM package. Starting with the Product -------------------------