convert to blazor server side render
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
-- Create a user named Shogi.Api
|
||||
-- Create a user named Shogi
|
||||
|
||||
-- Create a role and grant execute permission to that role
|
||||
--CREATE ROLE db_executor
|
||||
--GRANT EXECUTE To db_executor
|
||||
|
||||
-- Give Shogi.Api user permission to db_executor, db_datareader, db_datawriter
|
||||
-- Give Shogi user permission to db_executor, db_datareader, db_datawriter
|
||||
|
||||
|
||||
/**
|
||||
@@ -13,5 +13,5 @@
|
||||
*
|
||||
* 2. Setup Entity Framework because that's what the login system uses.
|
||||
* 2.a. Install the Entity Framework dotnet tools, via power shell run this command: dotnet tool install --global dotnet-ef
|
||||
* 2.b. To setup the Entity Framework users database, run this powershell command using Shogi.Api as the target project: dotnet ef database update
|
||||
* 2.b. To setup the Entity Framework users database, run this powershell command using Shogi as the target project: dotnet ef database update
|
||||
*/
|
||||
Reference in New Issue
Block a user