diff --git a/database/src/index.ts b/database/src/index.ts index af07db609..3db50c37b 100644 --- a/database/src/index.ts +++ b/database/src/index.ts @@ -4,6 +4,7 @@ import CONFIG from './config' import prepare from './prepare' const run = async (command: string) => { + // Database actions not supported by our migration library await prepare() // Database connection