mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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',
|
SET_DEFAULT = 'SET DEFAULT',
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ColumnStorage = 'default' | 'external' | 'extended' | 'main' | 'default';
|
export type ColumnStorage = 'default' | 'external' | 'extended' | 'main';
|
||||||
|
|
||||||
export type ColumnType =
|
export type ColumnType =
|
||||||
| 'bigint'
|
| 'bigint'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue