Updated the Installation of Oqtane to use Migrations
This commit is contained in:
8
Oqtane.Shared/Enums/MigrationType.cs
Normal file
8
Oqtane.Shared/Enums/MigrationType.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Oqtane.Enums
|
||||
{
|
||||
public enum MigrationType
|
||||
{
|
||||
Up,
|
||||
Down
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user