fix #2567 - migrate tenant connection string details from database to appsettings.json
This commit is contained in:
@ -8,7 +8,8 @@ namespace Oqtane.Models
|
||||
/// Reference to the <see cref="Tenant"/> this belongs to
|
||||
/// </summary>
|
||||
public int TenantId { get; set; }
|
||||
|
||||
public string DBType { get; set; }
|
||||
public string DBConnectionString { get; set; }
|
||||
public string Query { get; set; }
|
||||
public List<Dictionary<string, string>> Results { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user