This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Enhacements' of https://github.com/DNN-Connect/UserAcco…
- Loading branch information
Showing
8 changed files
with
12 additions
and
505 deletions.
There are no files selected for viewing
This file contains 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
10 changes: 10 additions & 0 deletions
10
Providers/DataProviders/SqlDataProvider/01.02.03.SqlDataProvider
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
| ||
if not exists (select 1 from {databaseOwner}[{objectQualifier}Lists] where ListName='DataType' and Value='CheckboxList') | ||
begin | ||
INSERT INTO {databaseOwner}[{objectQualifier}Lists] ([ListName],[Value],[Text], | ||
[ParentID],[Level],[SortOrder],[DefinitionID],[PortalID],[SystemList]) | ||
VALUES('DataType','CheckboxList','Connect.Libraries.UserManagement.CheckboxListEditControl, Connect.Libraries.UserManagement', | ||
0,0,0,-1,-1,1) | ||
end | ||
GO | ||
|
Binary file not shown.
Binary file not shown.
Oops, something went wrong.