added globally unique identifier for Site ( used string data type to ensure compatibility with multiple database engines )
This commit is contained in:
10
Oqtane.Server/Scripts/Tenant.02.00.02.01.sql
Normal file
10
Oqtane.Server/Scripts/Tenant.02.00.02.01.sql
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
|
||||
Version 2.0.2 Tenant migration script
|
||||
|
||||
*/
|
||||
|
||||
ALTER TABLE [dbo].[Site] ADD
|
||||
[SiteGuid] [char](36) NULL
|
||||
GO
|
||||
|
Reference in New Issue
Block a user