migrate database providers to core framework
This commit is contained in:
@ -16,7 +16,7 @@ namespace Oqtane.Models
|
||||
public string ControlType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Type of DB using the full namespace, like `Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer`
|
||||
/// Type of DB using the full namespace, like `Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Server`
|
||||
/// </summary>
|
||||
public string DBType { get; set; }
|
||||
|
||||
|
@ -12,7 +12,7 @@ namespace Oqtane.Shared
|
||||
public const string PackageRegistryUrl = "https://www.oqtane.net";
|
||||
|
||||
public const string DataDirectory = "DataDirectory";
|
||||
public const string DefaultDBType = "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer";
|
||||
public const string DefaultDBType = "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Server";
|
||||
|
||||
public const string DefaultTheme = "Oqtane.Themes.OqtaneTheme.Default, Oqtane.Client";
|
||||
public const string DefaultContainer = "Oqtane.Themes.OqtaneTheme.Container, Oqtane.Client";
|
||||
|
Reference in New Issue
Block a user