aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Migrations/20200131100517_RefactorUser.Designer.cs')
-rw-r--r--Timeline/Migrations/20200131100517_RefactorUser.Designer.cs9
1 files changed, 3 insertions, 6 deletions
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<string>("ETag")
.HasColumnName("etag")
- .HasColumnType("TEXT")
- .HasMaxLength(30);
+ .HasColumnType("TEXT");
b.Property<DateTime>("LastModified")
.HasColumnName("last_modified")
@@ -157,8 +156,7 @@ namespace Timeline.Migrations
b.Property<string>("Nickname")
.HasColumnName("nickname")
- .HasColumnType("TEXT")
- .HasMaxLength(100);
+ .HasColumnType("TEXT");
b.Property<string>("Password")
.IsRequired()
@@ -173,8 +171,7 @@ namespace Timeline.Migrations
b.Property<string>("Username")
.IsRequired()
.HasColumnName("username")
- .HasColumnType("TEXT")
- .HasMaxLength(26);
+ .HasColumnType("TEXT");
b.Property<long>("Version")
.ValueGeneratedOnAdd()