UNPKG

ghost

Version:

The professional publishing platform

4 lines (3 loc) 251 B
// For information on writing migrations, see https://www.notion.so/ghost/Database-migrations-eb5b78c435d741d2b34a582d57c24253 const {createAddIndexMigration} = require('../../utils'); module.exports = createAddIndexMigration('posts',['updated_at']);