mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
Rename folder to fix problems on MacOS and windows
This commit is contained in:
parent
1d86a2a773
commit
bce2ef34ed
|
@ -19,7 +19,7 @@ import * as config from 'config';
|
||||||
import {
|
import {
|
||||||
MongoDb,
|
MongoDb,
|
||||||
SQLite,
|
SQLite,
|
||||||
} from './db';
|
} from './databases';
|
||||||
|
|
||||||
export let collections: IDatabaseCollections = {
|
export let collections: IDatabaseCollections = {
|
||||||
Credentials: null,
|
Credentials: null,
|
||||||
|
|
Loading…
Reference in a new issue