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
commite84573dde542b18bf3f78d250e6f0898f05c8d10 (patch)
treed9a68183ade63bd8ca8abfe1c7df5b2a5f1d5dbf
parentc2a1aca765eb034cdd937d443bb3df3dab65d2b0 (diff)
downloadtimeline-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.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(@"