automate the 2.1.0 upgrade

This commit is contained in:
Shaun Walker
2021-05-27 16:18:45 -04:00
parent 908d572cc9
commit fbce6c7248
12 changed files with 160 additions and 75 deletions

View File

@ -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; }