Skip to content

Commit c4f9020

Browse files
committed
Issue #133: Added instructions to create migration
Signed-off-by: alexmerlin <[email protected]>
1 parent c5e21fd commit c4f9020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/v6/installation/doctrine-orm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use an existing empty one or create a new **MariaDB**/**MySQL** database.
88
99
With a database created, fill out the database connection params in `config/autoload/local.php` under `$databases['default']`.
1010

11-
#### Creating migrations
11+
### Creating migrations
1212

1313
Create a new migration by running:
1414

@@ -18,7 +18,7 @@ php ./vendor/bin/doctrine-migrations diff
1818

1919
The new migration file will be placed in `src/Core/src/App/src/Migration/`.
2020

21-
#### Running migrations
21+
### Running migrations
2222

2323
Execute a new migration by running:
2424

@@ -32,7 +32,7 @@ This command will prompt you to confirm that you want to run it:
3232
3333
Hit `Enter` to confirm the operation.
3434

35-
## Executing fixtures
35+
### Executing fixtures
3636

3737
**Fixtures are used to seed the database with initial values and should be executed after migrating the database.**
3838

0 commit comments

Comments
 (0)