automate the 2.1.0 upgrade
This commit is contained in:
@ -5,11 +5,6 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public class Database
|
||||
{
|
||||
/// <summary>
|
||||
/// Friendly name for the Admin to identify the DB
|
||||
/// </summary>
|
||||
public string FriendlyName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Name of the Database
|
||||
/// </summary>
|
||||
@ -24,10 +19,5 @@ namespace Oqtane.Models
|
||||
/// Type of DB using the full namespace, like `Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer`
|
||||
/// </summary>
|
||||
public string DBType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Software package responsible for using this DB - like `Oqtane.Database.MySQL`
|
||||
/// </summary>
|
||||
public string Package { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user