update version to 6.1.0
This commit is contained in:
@ -7,7 +7,7 @@ using Oqtane.Repository;
|
||||
namespace Oqtane.Migrations.Master
|
||||
{
|
||||
[DbContext(typeof(MasterDBContext))]
|
||||
[Migration("Master.06.00.02.01")]
|
||||
[Migration("Master.06.01.00.01")]
|
||||
public class AddThemeVersion : MultiDatabaseMigration
|
||||
{
|
||||
public AddThemeVersion(IDatabase database) : base(database)
|
@ -7,7 +7,7 @@ using Oqtane.Repository;
|
||||
namespace Oqtane.Migrations.Tenant
|
||||
{
|
||||
[DbContext(typeof(TenantDBContext))]
|
||||
[Migration("Tenant.06.00.02.01")]
|
||||
[Migration("Tenant.06.01.00.01")]
|
||||
public class AddFolderCacheControl : MultiDatabaseMigration
|
||||
{
|
||||
public AddFolderCacheControl(IDatabase database) : base(database)
|
Reference in New Issue
Block a user