Skip to content

Commit 89d5fd5

Browse files
committed
moved DoctrineMigrationsBundle doc to the bundle itself
1 parent 0417a7a commit 89d5fd5

File tree

6 files changed

+5
-294
lines changed

6 files changed

+5
-294
lines changed

book/doctrine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ in your application. To do this, run:
329329
new column to the existing ``products`` table.
330330

331331
An even better way to take advantage of this functionality is via
332-
:doc:`migrations</cookbook/doctrine/migrations>`, which allow you to
332+
:doc:`migrations</bundles/DoctrineMigrationsBundle/index>`, which allow you to
333333
generate these SQL statements and store them in migration classes that
334334
can be run systematically on your production server in order to track
335335
and migrate your database schema safely and reliably.
@@ -861,7 +861,7 @@ table, and ``product.category_id`` column, and new foreign key:
861861

862862
This task should only be really used during development. For a more robust
863863
method of systematically updating your production database, read about
864-
:doc:`Doctrine migrations</cookbook/doctrine/migrations>`.
864+
:doc:`Doctrine migrations</bundles/DoctrineFixturesBundle/index>`.
865865

866866
Saving Related Entities
867867
~~~~~~~~~~~~~~~~~~~~~~~
@@ -1295,7 +1295,7 @@ For more information about Doctrine, see the *Doctrine* section of the
12951295
:doc:`cookbook</cookbook/index>`, which includes the following articles:
12961296

12971297
* :doc:`/bundles/DoctrineFixturesBundle/index`
1298-
* :doc:`/cookbook/doctrine/migrations`
1298+
* :doc:`/bundles/DoctrineFixturesBundle/index`
12991299
* :doc:`/cookbook/doctrine/common_extensions`
13001300

13011301
.. _`Doctrine`: http://www.doctrine-project.org/

bundles/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Symfony SE Bundles
88
SensioGeneratorBundle/index
99
JMSSecurityExtraBundle/index
1010
DoctrineFixturesBundle/index
11+
DoctrineMigrationsBundle/index
1112
DoctrineMongoDBBundle/index
1213

1314
.. include:: /bundles/map.rst.inc

bundles/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
* :doc:`SensioGeneratorBundle </bundles/SensioGeneratorBundle/index>`
33
* :doc:`JMSSecurityExtraBundle </bundles/JMSSecurityExtraBundle/index>`
44
* :doc:`DoctrineFixturesBundle </bundles/DoctrineFixturesBundle/index>`
5+
* :doc:`DoctrineMigrationsBundle </bundles/DoctrineMigrationsBundle/index>`
56
* :doc:`DoctrineMongoDBBundle </bundles/DoctrineMongoDBBundle/index>`

cookbook/doctrine/migrations.rst

Lines changed: 0 additions & 289 deletions
This file was deleted.

cookbook/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Cookbook
1717
assetic/jpeg_optimize
1818
assetic/apply_to_option
1919

20-
doctrine/migrations
2120
doctrine/file_uploads
2221
doctrine/common_extensions
2322
doctrine/event_listeners_subscribers

cookbook/map.rst.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
* **Database Interaction (Doctrine)**
2323

24-
* :doc:`/cookbook/doctrine/migrations`
2524
* :doc:`/cookbook/doctrine/file_uploads`
2625
* :doc:`/cookbook/doctrine/common_extensions`
2726
* :doc:`/cookbook/doctrine/event_listeners_subscribers`

0 commit comments

Comments
 (0)