From 75c070eabc2c577facf5f17e59bd2ac3a80d2749 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 29 Feb 2020 00:21:08 +0800 Subject: One fogeted place is cleared. Also a note: Sqlite does not respect the length constraint on type. --- Timeline/Migrations/20200131100517_RefactorUser.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Timeline/Migrations/20200131100517_RefactorUser.cs') 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( name: "nickname", table: "users", - maxLength: 100, nullable: true); migrationBuilder.Sql(@" -- cgit v1.2.3