fix migrations

This commit is contained in:
Ulf Gebhardt 2025-04-05 03:49:22 +02:00
parent 281070e961
commit 11ecd002b7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { getDriver } from '../../db/neo4j'
export const description = 'Transforms the `sendNotificationEmails` property on User to a multi value system'
export const description = ''
export async function up(next) {
const driver = getDriver()

View File

@ -1,6 +1,6 @@
import { getDriver } from '../../db/neo4j'
export const description = ''
export const description = 'Transforms the `sendNotificationEmails` property on User to a multi value system'
export async function up(next) {
const driver = getDriver()