automate the 2.1.0 upgrade
This commit is contained in:
@ -5,7 +5,6 @@ namespace Oqtane.Shared
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
public string DatabaseType { get; set; }
|
||||
public string DatabasePackage { get; set; }
|
||||
public string Aliases { get; set; }
|
||||
public string TenantName { get; set; }
|
||||
public bool IsNewTenant { get; set; }
|
||||
|
@ -16,5 +16,7 @@ namespace Oqtane.Shared
|
||||
public const string DefaultThemeKey = "DefaultTheme";
|
||||
public const string DefaultLayoutKey = "DefaultLayout";
|
||||
public const string DefaultContainerKey = "DefaultContainer";
|
||||
|
||||
public const string AvailableDatabasesSection = "AvailableDatabases";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user