adopt more of the migrations conventions
This commit is contained in:
10
Oqtane.Server/Infrastructure/Interfaces/ISiteMigration.cs
Normal file
10
Oqtane.Server/Infrastructure/Interfaces/ISiteMigration.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface ISiteMigration
|
||||
{
|
||||
void Up(Site site, Alias alias);
|
||||
void Down(Site site, Alias alias); // for future use (if necessary)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user