UNPKG

@flowfuse/flowfuse

Version:

An open source low-code development platform

13 lines (11 loc) 311 B
/** * This migration was added in 0.5.0 - but it was bad. * We've removed it, but we need to have the file here so the migration * logic finds it. Without it, none of the following migrations will get applied */ module.exports = { up: async (context) => { }, down: async (context) => { } }