This commit is contained in:
Claus-Peter Hübner 2023-04-19 01:50:53 +02:00
parent c62532c89a
commit 4a33703f05

View File

@ -105,7 +105,6 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
\`deleted_at\` datetime(3) NULL DEFAULT NULL,
PRIMARY KEY (\`id\`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;`)
}
/* eslint-disable @typescript-eslint/no-empty-function */