TTime/backend/internal/database/migrations/README.md

16 lines
388 B
Markdown
Raw Normal View History

2024-02-27 06:09:09 +01:00
# Database migrations
This directory contains all the database migrations for the backend.
[!WARNING]
Keep in mind that these migrations are **not yet stable**.
2024-03-02 02:40:17 +01:00
In practice, this means that the database schema may change at any time, and that the migrations may not be backwards compatible.
2024-02-27 06:09:09 +01:00
## Running migrations
In the root of the backend directory, run:
```bash
make migrate
```