mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: schema ci checks (#18146)
This commit is contained in:
parent
bbd8de177b
commit
a6e5e4f625
6 changed files with 35 additions and 16 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { UpdatedAtTrigger, UpdateIdColumn } from 'src/decorators';
|
||||
import { AssetStatus, AssetType, AssetVisibility } from 'src/enum';
|
||||
import { asset_visibility_enum } from 'src/schema';
|
||||
import { assets_status_enum } from 'src/schema/enums';
|
||||
import { asset_visibility_enum, assets_status_enum } from 'src/schema/enums';
|
||||
import { assets_delete_audit } from 'src/schema/functions';
|
||||
import { LibraryTable } from 'src/schema/tables/library.table';
|
||||
import { StackTable } from 'src/schema/tables/stack.table';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue