Migrate kafka_producer patch

This commit is contained in:
Louis Lam
2023-11-13 21:19:43 +08:00
parent ace1fe00c2
commit 65cbc7b318
3 changed files with 7 additions and 4 deletions

View File

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