mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
corrections
This commit is contained in:
parent
57bbf63d28
commit
3131b55f35
@ -87,7 +87,7 @@ You can generate migration file from the command line, using those commands:
|
|||||||
* `php app/console doctrine:migrations:diff` to generate a migration file by comparing your current database to your mapping information
|
* `php app/console doctrine:migrations:diff` to generate a migration file by comparing your current database to your mapping information
|
||||||
* `php app/console doctrine:migrations:generate` to generate a blank migration file.
|
* `php app/console doctrine:migrations:generate` to generate a blank migration file.
|
||||||
|
|
||||||
Those files will be located into `app/DoctrineMigrations` directory. You will have to copy those file to your the directory `Resource/migrations` into your bundle directory.
|
Those files will be located into `app/DoctrineMigrations` directory. You will have to copy those file to your the directory `Resources/migrations` into your bundle directory.
|
||||||
|
|
||||||
Comments and documentation
|
Comments and documentation
|
||||||
--------------------------
|
--------------------------
|
||||||
@ -97,4 +97,5 @@ As files are copied from your bundle to the `app/DoctrineMigrations` directory,
|
|||||||
Inside the script
|
Inside the script
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
The script which move the migrations files to app directory `might be found here <https://redmine.champs-libres.coop/projects/chill-standard/repository/changes/app/Composer/Migrations.php?rev=master>`_.
|
The script which move the migrations files to app directory `might be found here
|
||||||
|
<https://github.com/Champs-Libres/ComposerBundleMigration/blob/master/Composer/Migrations.php>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user