aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations/DevelopmentDatabase
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-01 00:25:41 +0800
committercrupest <crupest@outlook.com>2020-02-01 00:25:41 +0800
commitbcb0a2361467614531a337282da1fd23996924f1 (patch)
treef02f8d57440c777d4732bc4439f82e8b25c6732c /Timeline/Migrations/DevelopmentDatabase
parent69a5cc2a6f3282de4859d7c083bd67dfa17226fb (diff)
downloadtimeline-bcb0a2361467614531a337282da1fd23996924f1.tar.gz
timeline-bcb0a2361467614531a337282da1fd23996924f1.tar.bz2
timeline-bcb0a2361467614531a337282da1fd23996924f1.zip
...
Diffstat (limited to 'Timeline/Migrations/DevelopmentDatabase')
-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");
}
}
}