fixes for framework upgrade, fixes for control panel CSS styles, added AllPages attrubute for Modules, bumped version to 0.9.1 to test upgrades
This commit is contained in:
14
Oqtane.Server/Scripts/Tenant.0.9.1.sql
Normal file
14
Oqtane.Server/Scripts/Tenant.0.9.1.sql
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
|
||||
migration script
|
||||
|
||||
*/
|
||||
|
||||
ALTER TABLE [dbo].[Module] ADD
|
||||
[AllPages] [bit] NULL
|
||||
GO
|
||||
|
||||
UPDATE [dbo].[Module]
|
||||
SET [AllPages] = 0
|
||||
GO
|
||||
|
Reference in New Issue
Block a user