Revert "Merge pull request 'revert ce9b94a534c1239b4b89c4ccf05354c477da49d9' (#44) from defnotken-patch-1 into master"
This reverts commit76bdbe28da, reversing changes made toce9b94a534.
This commit is contained in:
@@ -474,6 +474,11 @@ 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