Skip to content

Commit 49eb1d4

Browse files
committed
ensures the instruction table is created on install
1 parent 8e1ad09 commit 49eb1d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Core/Persistence/Migrations/Initial/DatabaseSchemaCreation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ internal class DatabaseSchemaCreation
5959
{37, typeof (User2AppDto)},
6060
{38, typeof (User2NodeNotifyDto)},
6161
{39, typeof (User2NodePermissionDto)},
62-
{40, typeof (ServerRegistrationDto)}
62+
{40, typeof (ServerRegistrationDto)},
63+
{41, typeof(CacheInstructionDto)}
6364
};
6465
#endregion
6566

0 commit comments

Comments
 (0)