Update for the WebPI build, should now automatically be good
Fixes U4-132
This commit is contained in:
9
src/WebPi/installSQL1.sql
Normal file
9
src/WebPi/installSQL1.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
/**********************************************************************/
|
||||
/* Install.SQL */
|
||||
/* Creates a login and makes the user a member of db roles */
|
||||
/* */
|
||||
/* Modifications for SQL AZURE - ON MASTER */
|
||||
/**********************************************************************/
|
||||
|
||||
|
||||
CREATE LOGIN PlaceHolderForUser WITH PASSWORD = 'PlaceHolderForPassword'
|
||||
Reference in New Issue
Block a user