diff --git a/backend/src/db/migrations/20230329150329-article-label-for-posts.js b/backend/src/db/migrations/20230329150329-article-label-for-posts.js index b1971fbec..3cf435203 100644 --- a/backend/src/db/migrations/20230329150329-article-label-for-posts.js +++ b/backend/src/db/migrations/20230329150329-article-label-for-posts.js @@ -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()