13 protected override void Up(MigrationBuilder migrationBuilder)
15 ArgumentNullException.ThrowIfNull(migrationBuilder);
17 migrationBuilder.RenameColumn(
18 name:
"HeartbeatSeconds",
19 table:
"DreamDaemonSettings",
20 newName:
"HealthCheckSeconds");
22 migrationBuilder.RenameColumn(
23 name:
"DumpOnHeartbeatRestart",
24 table:
"DreamDaemonSettings",
25 newName:
"DumpOnHealthCheckRestart");