diff options
author | crupest <crupest@outlook.com> | 2020-11-13 16:15:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-13 16:15:48 +0800 |
commit | ede745d500d87ce257b117e98202e92890dc1cfe (patch) | |
tree | 8b5592408bacbfdf30b52f9ab1b35929b80138b3 /BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs | |
parent | f34d9ccfa729c5367c5169d8461f74df11a5b2fb (diff) | |
download | timeline-ede745d500d87ce257b117e98202e92890dc1cfe.tar.gz timeline-ede745d500d87ce257b117e98202e92890dc1cfe.tar.bz2 timeline-ede745d500d87ce257b117e98202e92890dc1cfe.zip |
refactor(database): Remove roles from user table.
Diffstat (limited to 'BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs')
-rw-r--r-- | BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs b/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs index 95bb0ff5..2f0f75a2 100644 --- a/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs +++ b/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs @@ -251,11 +251,6 @@ namespace Timeline.Migrations .HasColumnType("TEXT")
.HasColumnName("password");
- b.Property<string>("Roles")
- .IsRequired()
- .HasColumnType("TEXT")
- .HasColumnName("roles");
-
b.Property<string>("UniqueId")
.IsRequired()
.ValueGeneratedOnAdd()
|