chore: migrate database files (#8126)

This commit is contained in:
Jason Rasmussen
2024-03-20 16:02:51 -05:00
committed by GitHub
parent 84f7ca855a
commit c1402eee8e
310 changed files with 358 additions and 362 deletions

View File

@@ -1,7 +1,7 @@
import { join } from 'node:path';
import { THUMBNAIL_DIR } from 'src/cores/storage.core';
import { APP_MEDIA_LOCATION } from 'src/domain/domain.constant';
import { LibraryEntity, LibraryType } from 'src/infra/entities/library.entity';
import { LibraryEntity, LibraryType } from 'src/entities/library.entity';
import { userStub } from 'test/fixtures/user.stub';
export const libraryStub = {