Skip to content

Commit

Permalink
Merge pull request #3 from Innmind/reference-migrations
Browse files Browse the repository at this point in the history
Reference `formal/migrations` instead of Doctrine
  • Loading branch information
Baptouuuu authored Oct 6, 2024
2 parents c740f04 + 3201d0e commit b56d250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/orm/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ This code automatically execute the queries to create the tables. You could inst

1. `#!php $_ = $show(User::class)->foreach(var_dump(...));`

??? warning
Unfortunately Innmind doesn't have a migration package yet. For now you could use [`doctrine/migrations`](https://packagist.org/packages/doctrine/migrations).
??? tip
You can use [`formal/migrations`](https://formal-php.github.io/migrations/) to run your migrations.

## Elasticsearch

Expand Down

0 comments on commit b56d250

Please sign in to comment.