diff --git a/backend/migrations/README.md b/backend/migrations/README.md new file mode 100644 index 0000000..18b5e34 --- /dev/null +++ b/backend/migrations/README.md @@ -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 +```