Skip to content

Commit

Permalink
Merge pull request #7 from IT4Change/typo-readme
Browse files Browse the repository at this point in the history
fix(docu): typo in readme
  • Loading branch information
ulfgebhardt authored Dec 12, 2023
2 parents b0ef752 + 02ef03a commit dc6786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc6786a

Please sign in to comment.