mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
fix(server): drop old extension (#18400)
This commit is contained in:
@@ -383,6 +383,7 @@ export type DatabaseConnectionParts = {
|
||||
export type DatabaseConnectionParams = DatabaseConnectionURL | DatabaseConnectionParts;
|
||||
|
||||
export interface ExtensionVersion {
|
||||
name: VectorExtension;
|
||||
availableVersion: string | null;
|
||||
installedVersion: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user