fix: remove unused formatBoolean import from migration 033
Removed unnecessary import that could cause issues if helpers.js doesn't define formatBoolean. Migration already uses correct boolean syntax without the helper. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const { formatBoolean } = require('./helpers');
|
// No helpers needed for boolean values
|
||||||
|
|
||||||
exports.up = async function(knex) {
|
exports.up = async function(knex) {
|
||||||
console.log('Adding gallery feedback tables...');
|
console.log('Adding gallery feedback tables...');
|
||||||
|
|||||||
Reference in New Issue
Block a user