TTime/backend/migrations
2024-02-27 06:09:09 +01:00
..
0010_users.sql Unique username constraint on users table 2024-02-27 05:50:28 +01:00
0020_projects.sql Splitting migration scripts 2024-02-26 00:12:13 +01:00
0030_time_reports.sql Splitting migration scripts 2024-02-26 00:12:13 +01:00
0040_time_report_collections.sql Mistake in migration scripts 2024-02-26 00:13:39 +01:00
0050_user_roles.sql Splitting migration scripts 2024-02-26 00:12:13 +01:00
README.md Database migration readme 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.

Running migrations

In the root of the backend directory, run:

make migrate