mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-19 11:04:23 +00:00
11 lines
110 B
Transact-SQL
11 lines
110 B
Transact-SQL
/*
|
|
|
|
Version 2.0.2 Tenant migration script
|
|
|
|
*/
|
|
|
|
ALTER TABLE [dbo].[Site] ADD
|
|
[SiteGuid] [char](36) NULL
|
|
GO
|
|
|