Fix: Add missing FK for monitor-tls-info table (#4632)

This commit is contained in:
Nelson Chan
2024-03-31 12:04:22 +08:00
committed by GitHub
parent 0923d05317
commit 08f75b0b99
3 changed files with 24 additions and 2 deletions

View File

@@ -105,7 +105,8 @@ class Database {
"patch-add-gamedig-given-port.sql": true,
"patch-notification-config.sql": true,
"patch-fix-kafka-producer-booleans.sql": true,
"patch-timeout.sql": true, // The last file so far converted to a knex migration file
"patch-timeout.sql": true,
"patch-monitor-tls-info-add-fk.sql": true, // The last file so far converted to a knex migration file
};
/**