mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Migrate to n8n's typeorm fork (#8590)
This commit is contained in:
committed by
GitHub
parent
a822588012
commit
8e392cfc1d
@@ -1,5 +1,5 @@
|
||||
import 'tsconfig-paths/register';
|
||||
import { DataSource as Connection } from 'typeorm';
|
||||
import { DataSource as Connection } from '@n8n/typeorm';
|
||||
import config from '@/config';
|
||||
import { getBootstrapDBOptions, testDbPrefix } from './integration/shared/testDb';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user