This module is an app-list module for oe-Cloud based applications, version 2.3.0. It provides data migration and seeding from JSON files or custom JS into the app database. Supports versioned migrations, zip download/upload, rollback, and HTTP endpoints. Designed for the oe-Cloud ecosystem with Node >=6.
npm install oe-migrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to require and call the migrate function with typical options.
Replace 'import' with 'const ... = require()'
Ensure app is an instance of oe-Cloud.
Upgrade Node to v6 or higher.
Run 'npm install oe-migration'
Use 'const { migrate } = require('oe-migration');'Pass an oe-Cloud app instance in options.