aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-08 20:30:17 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-08 20:30:17 +0300
commitf9b1db0f35daa0327cc0b7b9452f9fa7172c0715 (patch)
tree2b660ab48c570b23ab5e73ca34c9c767a3e4ef80
parent908d2a716d2152a3598baa96bb5ae81b62e29967 (diff)
downloadit-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.tar
it-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.tar.gz
it-kariera-exam-template-f9b1db0f35daa0327cc0b7b9452f9fa7172c0715.zip
Added migration warning
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53cd39e..760c83a 100644
--- a/README.md
+++ b/README.md
@@ -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`