Add certificate fields to boolFields

This commit is contained in:
Sander Jochems 2025-02-05 22:15:12 +01:00 committed by GitHub
parent a6af5ec2c7
commit 8a1557154a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,11 @@ Model.knex(db);
const boolFields = [
'is_deleted',
'ssl_forced',
'http2_support',
'enabled',
'hsts_enabled',
'hsts_subdomains',
];
class DeadHost extends Model {