mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(server): duplicate column storage (#19385)
This commit is contained in:
parent
6563fa608a
commit
798debfde3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue