Refactor migration to new knex migrations

This commit is contained in:
Bas Wieringa
2024-03-15 17:07:57 +01:00
parent e539e5aa73
commit 612581a5d5
3 changed files with 16 additions and 8 deletions

View File

@@ -106,7 +106,6 @@ class Database {
"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-add-hide-uptime-percentage.sql": true
};
/**