Implemented "roundtrip" status checking. Added node ssl field.
This commit is contained in:
@@ -85,6 +85,9 @@ namespace MoonlightServers.ApiServer.Database.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<bool>("UseSsl")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Nodes", "Servers");
|
||||
|
||||
Reference in New Issue
Block a user