Skip to content

Commit 10af8ca

Browse files
committed
Add core.ApiKeys.RestrictionRole
1 parent fc96d71 commit 10af8ca

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

core/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Core
22
ModuleClass: org.labkey.core.CoreModule
3-
SchemaVersion: 26.006
3+
SchemaVersion: 26.007
44
Label: Administration and Essential Services
55
Description: The Core module provides central services such as login, \
66
security, administration, folder management, user management, \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE core.ApiKeys ADD RestrictionRole VARCHAR(256);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE core.ApiKeys ADD RestrictionRole NVARCHAR(256);

0 commit comments

Comments
 (0)