Skip to content

Commit 907cf1a

Browse files
committed
resolved #47
1 parent c9d9c21 commit 907cf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/201605041151380_UserAccount_And_Notification_Changes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public override void Up()
1616

1717
public override void Down()
1818
{
19-
RenameColumn("dbo.AbpUserNotifications", "NotificationId", "TenantNotificationId");
19+
RenameColumn("dbo.AbpUserNotifications", "TenantNotificationId", "NotificationId");
2020
DropColumn("dbo.AbpUserAccounts", "LastLoginTime");
2121
}
2222
}

0 commit comments

Comments
 (0)