ensure that the user login table is created

This commit is contained in:
Shannon
2017-11-09 01:14:00 +11:00
parent b399630202
commit 492b0aadc8

View File

@@ -92,6 +92,7 @@ namespace Umbraco.Core.Persistence.Migrations.Initial
{52, typeof (UserGroup2NodePermissionDto) },
{53, typeof (UserGroup2AppDto) },
{54, typeof (UserStartNodeDto) },
{55, typeof (UserLoginDto)}
};
#endregion