[BUG-94] Türen immer öffnen

This commit is contained in:
hydrant
2021-04-29 17:09:53 +02:00
parent 07c6da7031
commit 1a6e22823c
5 changed files with 2215 additions and 3 deletions

View File

@@ -398,6 +398,9 @@ namespace ReallifeGamemode.Database.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("int");
b.Property<bool>("AlwaysOpen")
.HasColumnType("tinyint(1)");
b.Property<string>("Category")
.HasColumnType("longtext CHARACTER SET utf8mb4");