mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix migrations
This commit is contained in:
parent
281070e961
commit
11ecd002b7
@ -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()
|
||||
|
||||
@ -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()
|
||||
Loading…
x
Reference in New Issue
Block a user