UNPKG

ghost

Version:

The professional publishing platform

8 lines (5 loc) 239 B
const {createDropColumnMigration} = require('../../utils'); module.exports = createDropColumnMigration('posts', 'author_id', {}); module.exports.down = async () => { // noop - major version migrations are not backwards compatible };