Merge pull request #1239 from cnurse/dev
Implement Database Migrations and add Multi-Database Support
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
using Oqtane.Models;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Oqtane.Enums;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallable
|
||||
{
|
||||
bool Install(Tenant tenant, string version);
|
||||
|
||||
bool Uninstall(Tenant tenant);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user