mirror of
https://github.com/immich-app/immich.git
synced 2025-11-11 15:03:03 +09:00
refactor(server): move files to separate table (#11861)
This commit is contained in:
@@ -5,6 +5,11 @@ export enum AssetType {
|
||||
OTHER = 'OTHER',
|
||||
}
|
||||
|
||||
export enum AssetFileType {
|
||||
PREVIEW = 'preview',
|
||||
THUMBNAIL = 'thumbnail',
|
||||
}
|
||||
|
||||
export enum AlbumUserRole {
|
||||
EDITOR = 'editor',
|
||||
VIEWER = 'viewer',
|
||||
|
||||
Reference in New Issue
Block a user