Skip to content

Commit

Permalink
New projects do not use Doctrine Migrations 2 any more
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 20, 2021
1 parent a349de0 commit ca30efa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions getting_started/install_new_contentful.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ database tables:
.. code-block:: shell
$ php bin/console doctrine:schema:update --force
# If you use Doctrine Migrations 3
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml
# If you use Doctrine Migrations 2
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine2.yaml
Configure Contentful
--------------------

Expand Down
1 change: 0 additions & 1 deletion getting_started/install_new_ibexa_oss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ together with Netgen Layouts database tables:
.. code-block:: shell
$ php bin/console ibexa:install
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml
Rendering block items
Expand Down
4 changes: 0 additions & 4 deletions getting_started/install_new_sylius.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,8 @@ database tables:

.. code-block:: shell
# If you use Doctrine Migrations 3
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml
# If you use Doctrine Migrations 2
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine2.yaml
Start the app
-------------

Expand Down
4 changes: 0 additions & 4 deletions getting_started/install_new_symfony.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ database tables:

.. code-block:: shell
# If you use Doctrine Migrations 3
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml
# If you use Doctrine Migrations 2
$ php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine2.yaml
Start the app
-------------

Expand Down

0 comments on commit ca30efa

Please sign in to comment.