// This migration was already applied to the database // This is a placeholder file to satisfy the migration system exports.up = function (next) { // Migration already applied - no-op next() } exports.down = function (next) { // No-op next() }