| .. | ||
| 0010_users.sql | ||
| 0020_projects.sql | ||
| 0030_time_reports.sql | ||
| 0040_time_report_collections.sql | ||
| 0050_user_roles.sql | ||
| README.md | ||
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:
make migrate