chore: alter table monitor add column tls_ca, tls_cert, tls_key for certificate data

This commit is contained in:
Suriya Soutmun
2023-01-04 14:37:03 +07:00
parent ab3b2bddba
commit faa78443d6
2 changed files with 14 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ class Database {
"patch-maintenance-table2.sql": true,
"patch-add-gamedig-monitor.sql": true,
"patch-add-google-analytics-status-page-tag.sql": true,
"patch-monitor-tls.sql": true,
};
/**