[BUG-94] Türen immer öffnen
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user