aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-29 00:21:08 +0800
committercrupest <crupest@outlook.com>2020-02-29 00:21:08 +0800
commit75c070eabc2c577facf5f17e59bd2ac3a80d2749 (patch)
treed9a68183ade63bd8ca8abfe1c7df5b2a5f1d5dbf
parent00955e765a7c847e47658044d84e58309d373bf5 (diff)
downloadtimeline-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.cs1
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(@"