aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs')
-rw-r--r--Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs b/Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs
index e6f38506..ade65eb1 100644
--- a/Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs
+++ b/Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs
@@ -124,13 +124,6 @@ ALTER TABLE users_backup
CREATE UNIQUE INDEX IX_users_name ON users (name);
");
-
- migrationBuilder.RenameColumn(name: "user", table: "user_avatars", newName: "UserId");
-
- migrationBuilder.RenameIndex(
- name: "IX_user_avatars_user",
- table: "user_avatars",
- newName: "IX_user_avatars_UserId");
}
}
}