chore: remove SQL comment block from migration file

This commit is contained in:
0xsid0703 2026-01-12 15:56:12 +01:00
parent e9cae2b18f
commit c0c8be8ece

View File

@ -1,6 +1,3 @@
/* SQL:
ALTER TABLE monitor ADD retry_only_on_status_code_failure BOOLEAN default 0 not null;
*/
exports.up = function (knex) {
// Add new column to table monitor for json-query retry behavior
return knex.schema.alterTable("monitor", function (table) {