diff options
author | crupest <crupest@outlook.com> | 2020-02-01 00:25:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-01 00:25:41 +0800 |
commit | bcb0a2361467614531a337282da1fd23996924f1 (patch) | |
tree | f02f8d57440c777d4732bc4439f82e8b25c6732c /Timeline/Migrations/DevelopmentDatabase | |
parent | 69a5cc2a6f3282de4859d7c083bd67dfa17226fb (diff) | |
download | timeline-bcb0a2361467614531a337282da1fd23996924f1.tar.gz timeline-bcb0a2361467614531a337282da1fd23996924f1.tar.bz2 timeline-bcb0a2361467614531a337282da1fd23996924f1.zip |
...
Diffstat (limited to 'Timeline/Migrations/DevelopmentDatabase')
-rw-r--r-- | Timeline/Migrations/DevelopmentDatabase/20200131100517_RefactorUser.cs | 7 |
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");
}
}
}
|