timalts / captain-moodle

A clone of Moodle created in ASP.NET.
1 stars 1 forks source link

Generate Database #3

Open xyo-toy opened 3 years ago

xyo-toy commented 3 years ago

Create the users table and connect it to the project

xyo-toy commented 3 years ago

-Use of local DB instead of heroku for seed and migration.

xyo-toy commented 3 years ago

For database update, use these two command :
Add-Migration "UsefullName"
and then use
Update-Database
to apply migration in local Db.

Please choose a correct migration name, since it's like Db backup.

timalts commented 3 years ago

Close this and add it to the README once the project is done