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
commitbddf1d6eaac782672071df6527c40c81c3123f3a (patch)
treef02f8d57440c777d4732bc4439f82e8b25c6732c /Timeline/Migrations/DevelopmentDatabase
parent873d0d8df10e1d6403b7a4eac1980f874dfe1d05 (diff)
downloadtimeline-bddf1d6eaac782672071df6527c40c81c3123f3a.tar.gz
timeline-bddf1d6eaac782672071df6527c40c81c3123f3a.tar.bz2
timeline-bddf1d6eaac782672071df6527c40c81c3123f3a.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");
}
}
}