Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed.
This commit is contained in:
@ -9,5 +9,7 @@ namespace Oqtane.Models
|
||||
public string ControlType { get; set; }
|
||||
|
||||
public string DBType { get; set; }
|
||||
|
||||
public string Package { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user