Compare commits

..

No commits in common. "df48b835c4401d88fa4317d7093e6d7f74fbb088" and "a6af5ec2c760b3906164a1f4bf1529335938bb0a" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -8,8 +8,8 @@ const now = require('./now_helper');
Model.knex(db);
const boolFields = [
'is_deleted',
'enabled',
'is_deleted',
'tcp_forwarding',
'udp_forwarding',
];