0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data/migration/008/index.js
Aileen Nowak b598656ff1 Use migration to add AMP column in posts table (#7370)
no issue

Uses migration to '008' to add an `amp` column to the `posts` table.
2016-09-14 16:02:35 +01:00

4 lines
97 B
JavaScript

module.exports = [
// Add amp column to posts
require('./01-add-amp-column-to-posts')
];