Skip to content

Commit

Permalink
fix: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Feb 24, 2025
1 parent 38d840d commit 4b175c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/**
* @param { import("knex").Knex } knex
* @returns { Promise<void> }
*/
export function up(knex) {
return knex.schema.table("qa_custom_brokers", (table) => {
table.string("onerep_scan_id").nullable();
Expand Down

0 comments on commit 4b175c0

Please sign in to comment.