15 lines
258 B
Markdown
15 lines
258 B
Markdown
|
# 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
|
||
|
```
|