Added ability to execute version specific code during framework upgrade (removed ApplicationVersion table and replaced with Version field on Tenant table), updated version number to 0.9.0 and renamed install scripts to match - this will be a baseline release which will be upgradeable
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
public const string Module = "Module";
|
||||
public const string ModuleDefinition = "ModuleDefinition";
|
||||
public const string PageModule = "PageModule";
|
||||
public const string Host = "Host";
|
||||
public const string Tenant = "Tenant";
|
||||
public const string Site = "Site";
|
||||
public const string Page = "Page";
|
||||
public const string Folder = "Folder";
|
||||
|
Reference in New Issue
Block a user