diff options
author | crupest <crupest@outlook.com> | 2020-02-29 00:21:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-29 00:21:08 +0800 |
commit | e84573dde542b18bf3f78d250e6f0898f05c8d10 (patch) | |
tree | d9a68183ade63bd8ca8abfe1c7df5b2a5f1d5dbf | |
parent | c2a1aca765eb034cdd937d443bb3df3dab65d2b0 (diff) | |
download | timeline-e84573dde542b18bf3f78d250e6f0898f05c8d10.tar.gz timeline-e84573dde542b18bf3f78d250e6f0898f05c8d10.tar.bz2 timeline-e84573dde542b18bf3f78d250e6f0898f05c8d10.zip |
One fogeted place is cleared. Also a note: Sqlite does not respect the length constraint on type.
-rw-r--r-- | Timeline/Migrations/20200131100517_RefactorUser.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Migrations/20200131100517_RefactorUser.cs b/Timeline/Migrations/20200131100517_RefactorUser.cs index 533f4bc4..8597ed50 100644 --- a/Timeline/Migrations/20200131100517_RefactorUser.cs +++ b/Timeline/Migrations/20200131100517_RefactorUser.cs @@ -12,7 +12,6 @@ namespace Timeline.Migrations migrationBuilder.AddColumn<string>(
name: "nickname",
table: "users",
- maxLength: 100,
nullable: true);
migrationBuilder.Sql(@"
|