Move swagger out of development-only.
This commit is contained in:
7
Shogi.Database/FirstTimeSetup.sql
Normal file
7
Shogi.Database/FirstTimeSetup.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Create a user named Shogi.Api
|
||||
|
||||
-- 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
|
||||
@@ -95,5 +95,6 @@
|
||||
<ItemGroup>
|
||||
<None Include="Post Deployment\Scripts\PopulatePieces.sql" />
|
||||
<None Include="Post Deployment\Scripts\EnableSnapshotIsolationLevel.sql" />
|
||||
<None Include="FirstTimeSetup.sql" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user