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 | 75c070eabc2c577facf5f17e59bd2ac3a80d2749 (patch) | |
tree | d9a68183ade63bd8ca8abfe1c7df5b2a5f1d5dbf | |
parent | 00955e765a7c847e47658044d84e58309d373bf5 (diff) | |
download | timeline-75c070eabc2c577facf5f17e59bd2ac3a80d2749.tar.gz timeline-75c070eabc2c577facf5f17e59bd2ac3a80d2749.tar.bz2 timeline-75c070eabc2c577facf5f17e59bd2ac3a80d2749.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(@"
|