mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
9 lines
512 B
SQL
9 lines
512 B
SQL
/**********************************************************************/
|
|
/* 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' |