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