diff options
author | crupest <crupest@outlook.com> | 2022-04-17 22:43:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-17 22:43:19 +0800 |
commit | 7368d0388e78228499f28b33f79891c60639fb57 (patch) | |
tree | 9bd2c33c5f6a081438f4692fd9529bee9f787c53 /BackEnd/Timeline/Entities/UserEntity.cs | |
parent | e7a441b8805f8b02ba37ab1f550fa2939fe9e7f0 (diff) | |
download | timeline-7368d0388e78228499f28b33f79891c60639fb57.tar.gz timeline-7368d0388e78228499f28b33f79891c60639fb57.tar.bz2 timeline-7368d0388e78228499f28b33f79891c60639fb57.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Entities/UserEntity.cs')
-rw-r--r-- | BackEnd/Timeline/Entities/UserEntity.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Entities/UserEntity.cs b/BackEnd/Timeline/Entities/UserEntity.cs index 267d0ef2..d8015ccf 100644 --- a/BackEnd/Timeline/Entities/UserEntity.cs +++ b/BackEnd/Timeline/Entities/UserEntity.cs @@ -37,9 +37,6 @@ namespace Timeline.Entities [Column("last_modified")]
public DateTime LastModified { get; set; }
- [Column("register_code")]
- public string? RegisterCode { get; set; }
-
public UserAvatarEntity? Avatar { get; set; }
#pragma warning disable CA2227 // Collection properties should be read only
|