RenaiApp/ormconfig.yml

13 lines
306 B
YAML
Raw Normal View History

# this file is only meant to generate migrations via the cli
library:
type: sqlite
database: ./test-paths/typeorm/library.db
cache: true
entities:
- ./src/main/entities/library/*.js
migrations:
- ./src/main/migrations/library/*.js
cli:
migrationsDir: ./src/main/migrations/library