correct typo in readme

This commit is contained in:
Ulf Gebhardt 2023-12-12 15:24:10 +01:00
parent b0ef7527ff
commit 02ef03a243
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -104,7 +104,7 @@ This mechanic was taken from this [source](https://stackoverflow.com/questions/1
## Database setup
The project is set up for a `sqlite` database.
In order to run the project against a mysql database adjust `primsa/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately.
In order to run the project against a mysql database adjust `prisma/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately.
Then run `npm run db:migrate` to generate the database. It might be required to delete the migration folder beforehand.
## License