added ping options patch to patchList

This commit is contained in:
filippolauria 2025-01-31 13:58:30 +01:00
parent 10c81bbfd3
commit ffd0157474

View file

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