Thank you, StrawberryFride, for a hit-and-run patch to add authentication

and user services to MSSQL
This commit is contained in:
Melanie
2009-09-06 23:05:06 +01:00
parent 8797a82098
commit a6e2e94345
3 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION
ALTER TABLE users ADD scopeID uniqueidentifier not null default '00000000-0000-0000-0000-000000000000'
COMMIT