Skip to content

Commit e91c9bc

Browse files
committed
2 parents 465c5ab + 907cf1a commit e91c9bc

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)