fix context
This commit is contained in:
@@ -474,11 +474,6 @@ namespace LightlessSyncServer.Migrations
|
||||
.HasColumnType("boolean")
|
||||
.HasColumnName("prefer_disable_vfx");
|
||||
|
||||
b.Property<bool>("ChatEnabled")
|
||||
.HasColumnType("boolean")
|
||||
.HasColumnName("chat_enabled")
|
||||
.HasDefaultValue(true);
|
||||
|
||||
b.HasKey("GID")
|
||||
.HasName("pk_groups");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user