6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
|
|
`set dbconnection="Server=localhost;Database=eventbot;User=root;Password=password;"`
|
|
|
|
|
|
`Add-Migration InitialDatabase -Context MySqlDatabaseService -OutputDir Migrations\MySql`
|
|
`Add-Migration InitialDatabase -Context SqliteDatabaseService -OutputDir Migrations\Sqlite` |