This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE USER [your-app-or-group-name] FROM EXTERNAL PROVIDER; | |
| ALTER ROLE db_datareader ADD MEMBER [your-app-or-group-name]; | |
| ALTER ROLE db_datawriter ADD MEMBER [your-app-or-group-name]; | |
| ALTER ROLE db_ddladmin ADD MEMBER [your-app-or-group-name]; | |
| GO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "meta": { | |
| "name": "Dark+", | |
| "scheme": "dark" // must be "light" or "dark" | |
| }, | |
| "themeValues": { | |
| // values applied to the entire app | |
| "root": { | |
| "red": "#D9413D", | |
| "orange": "#DE9B43", |