refactored IUpgradeable to use the migration attribute approach
This commit is contained in:
9
Oqtane.Server/Infrastructure/Interfaces/ISiteUpgrade.cs
Normal file
9
Oqtane.Server/Infrastructure/Interfaces/ISiteUpgrade.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface ISiteUpgrade
|
||||
{
|
||||
bool Upgrade(Site site, Alias alias);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user