Database migration readme
This commit is contained in:
parent
ce1ce89b00
commit
6e48c0a088
1 changed files with 14 additions and 0 deletions
14
backend/migrations/README.md
Normal file
14
backend/migrations/README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Database migrations
|
||||||
|
|
||||||
|
This directory contains all the database migrations for the backend.
|
||||||
|
|
||||||
|
[!WARNING]
|
||||||
|
Keep in mind that these migrations are **not yet stable**.
|
||||||
|
|
||||||
|
## Running migrations
|
||||||
|
|
||||||
|
In the root of the backend directory, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make migrate
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue