mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server): drop old extension (#18400)
This commit is contained in:
parent
98e998e814
commit
a02fe89ec9
7 changed files with 211 additions and 80 deletions
|
|
@ -383,6 +383,7 @@ export type DatabaseConnectionParts = {
|
|||
export type DatabaseConnectionParams = DatabaseConnectionURL | DatabaseConnectionParts;
|
||||
|
||||
export interface ExtensionVersion {
|
||||
name: VectorExtension;
|
||||
availableVersion: string | null;
|
||||
installedVersion: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue