From e43cd71a7db7bac216983c9ff3cce6062df2c9c4 Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Thu, 20 Jun 2019 11:20:01 +0300 Subject: [PATCH] Read ME update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cda7e6..72c95d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is environment variable for Mysql / MariaDb database connection. Example co ```Server=localhost,123;Database=eventbot;User=root;Password=password;``` +## Making migrations `Add-Migration InitialDatabase -Context MySqlDatabaseService -OutputDir Migrations\MySql` `Add-Migration InitialDatabase -Context SqliteDatabaseService -OutputDir Migrations\Sqlite` \ No newline at end of file