Adding new DatabaseConfig components in the Client project for supported Databases to avoid deploying server dlls to client
This commit is contained in:
@ -2,6 +2,8 @@ namespace Oqtane.Models
|
||||
{
|
||||
public class Database
|
||||
{
|
||||
public string FriendlyName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
|
Reference in New Issue
Block a user