allow developers to use custom icon libraries (Open Iconic is the default)
This commit is contained in:
9
Oqtane.Server/Scripts/Tenant.02.00.01.01.sql
Normal file
9
Oqtane.Server/Scripts/Tenant.02.00.01.01.sql
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
|
||||
Version 2.0.1 Tenant migration script
|
||||
|
||||
*/
|
||||
|
||||
UPDATE [dbo].[Page] SET Icon = IIF(Icon <> '', 'oi oi-' + Icon, '');
|
||||
GO
|
||||
|
Reference in New Issue
Block a user