Adding new DatabaseConfig components in the Client project for supported Databases to avoid deploying server dlls to client
This commit is contained in:
@ -11,7 +11,7 @@ namespace Oqtane.Repository.Databases
|
||||
{
|
||||
public abstract class SqlServerDatabaseBase : OqtaneDatabaseBase
|
||||
{
|
||||
protected SqlServerDatabaseBase(string name, string friendlyName, List<ConnectionStringField> connectionStringFields) : base(name, friendlyName, connectionStringFields)
|
||||
protected SqlServerDatabaseBase(string name, string friendlyName) : base(name, friendlyName)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user