Fix migration version name
This commit is contained in:
@ -7,7 +7,7 @@ using Oqtane.Repository;
|
|||||||
namespace Oqtane.Migrations
|
namespace Oqtane.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(TenantDBContext))]
|
[DbContext(typeof(TenantDBContext))]
|
||||||
[Migration("Tenant.02.02.00.01")]
|
[Migration("Tenant.02.01.00.02")]
|
||||||
public class ChangeFolderNameAndPathColumnsSize : MultiDatabaseMigration
|
public class ChangeFolderNameAndPathColumnsSize : MultiDatabaseMigration
|
||||||
{
|
{
|
||||||
public ChangeFolderNameAndPathColumnsSize(IOqtaneDatabase database) : base(database)
|
public ChangeFolderNameAndPathColumnsSize(IOqtaneDatabase database) : base(database)
|
Reference in New Issue
Block a user