mirror of
https://github.com/zebrajr/immich.git
synced 2025-12-06 12:20:54 +01:00
fix(server): duplicate column storage (#19385)
This commit is contained in:
parent
6563fa608a
commit
798debfde3
|
|
@ -252,7 +252,7 @@ export enum DatabaseActionType {
|
|||
SET_DEFAULT = 'SET DEFAULT',
|
||||
}
|
||||
|
||||
export type ColumnStorage = 'default' | 'external' | 'extended' | 'main' | 'default';
|
||||
export type ColumnStorage = 'default' | 'external' | 'extended' | 'main';
|
||||
|
||||
export type ColumnType =
|
||||
| 'bigint'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user