File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Umbraco.Infrastructure/Migrations/Upgrade Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -269,10 +269,11 @@ protected void DefinePlan()
269
269
// TO 9.2.0
270
270
To < AddUserGroup2NodeTable > ( "{0571C395-8F0B-44E9-8E3F-47BDD08D817B}" ) ;
271
271
To < AddDefaultForNotificationsToggle > ( "{AD3D3B7F-8E74-45A4-85DB-7FFAD57F9243}" ) ;
272
- To < MovePackageXMLToDb > ( "{A2F22F17-5870-4179-8A8D-2362AA4A0A5F}" ) ;
272
+
273
273
274
274
275
275
// TO 9.3.0
276
+ To < MovePackageXMLToDb > ( "{A2F22F17-5870-4179-8A8D-2362AA4A0A5F}" ) ;
276
277
To < UpdateExternalLoginToUseKeyInsteadOfId > ( "{CA7A1D9D-C9D4-4914-BC0A-459E7B9C3C8C}" ) ;
277
278
278
279
}
Original file line number Diff line number Diff line change 9
9
using Umbraco . Cms . Infrastructure . Persistence . Dtos ;
10
10
using Umbraco . Extensions ;
11
11
12
- namespace Umbraco . Cms . Infrastructure . Migrations . Upgrade . V_9_2_0
12
+ namespace Umbraco . Cms . Infrastructure . Migrations . Upgrade . V_9_3_0
13
13
{
14
14
public class MovePackageXMLToDb : MigrationBase
15
15
{
You can’t perform that action at this time.
0 commit comments