From f9b1db0f35daa0327cc0b7b9452f9fa7172c0715 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 8 May 2021 20:30:17 +0300 Subject: Added migration warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3