Files
Umbraco-CMS/src/WebPi/installSQL1.sql

9 lines
520 B
MySQL
Raw Normal View History

/**********************************************************************/
/* 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'