diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 20:30:17 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-08 20:30:17 +0300 |
| commit | f9b1db0f35daa0327cc0b7b9452f9fa7172c0715 (patch) | |
| tree | 2b660ab48c570b23ab5e73ca34c9c767a3e4ef80 /README.md | |
| parent | 908d2a716d2152a3598baa96bb5ae81b62e29967 (diff) | |
| download | it-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.tar it-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.tar.gz it-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.zip | |
Added migration warning
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ There are some configs that I've made that you may want to change. This section ### Database -The project is made to use [PostgreSQL](https://www.postgresql.org/) by default. Since not everyone would want to use that, here are some steps for other databases. +The project is made to use [PostgreSQL](https://www.postgresql.org/) by default. Since not everyone would want to use that, here are some steps for other databases. **Sidenote**: delete the migrations if you want to use another database and add new ones! Using MySQL: 1. Install the [MySql.Data.EntityFrameworkCore](https://www.nuget.org/packages/MySql.Data.EntityFrameworkCore/) NuGet package in **both** `ExamTemplate/Web` and `ExamTemplate/Data` |
