add description to migration

This commit is contained in:
Moriz Wahl 2023-05-22 17:06:32 +02:00
parent 16e0551fd9
commit 30ce9e8460

View File

@ -1,6 +1,6 @@
import { getDriver } from '../../db/neo4j'
export const description = ''
export const description = 'Add to all existing posts the Article label'
export async function up(next) {
const driver = getDriver()