From 824da227f6a18c9aa265e5a7b16557b5e22f485f Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 29 Feb 2020 19:32:58 +0800 Subject: Now posts use local id in same timeline. Also fixed some unconforming place in migrations. --- Timeline/Migrations/20200131100517_RefactorUser.Designer.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Timeline/Migrations/20200131100517_RefactorUser.Designer.cs') diff --git a/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs b/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs index fb5e8a30..9b78eb15 100644 --- a/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs +++ b/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs @@ -125,8 +125,7 @@ namespace Timeline.Migrations b.Property("ETag") .HasColumnName("etag") - .HasColumnType("TEXT") - .HasMaxLength(30); + .HasColumnType("TEXT"); b.Property("LastModified") .HasColumnName("last_modified") @@ -157,8 +156,7 @@ namespace Timeline.Migrations b.Property("Nickname") .HasColumnName("nickname") - .HasColumnType("TEXT") - .HasMaxLength(100); + .HasColumnType("TEXT"); b.Property("Password") .IsRequired() @@ -173,8 +171,7 @@ namespace Timeline.Migrations b.Property("Username") .IsRequired() .HasColumnName("username") - .HasColumnType("TEXT") - .HasMaxLength(26); + .HasColumnType("TEXT"); b.Property("Version") .ValueGeneratedOnAdd() -- cgit v1.2.3