mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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
|
|
@ -1,13 +1,14 @@
|
|||
-- NOTE: This file is auto generated by ./sql-generator
|
||||
|
||||
-- DatabaseRepository.getExtensionVersion
|
||||
-- DatabaseRepository.getExtensionVersions
|
||||
SELECT
|
||||
name,
|
||||
default_version as "availableVersion",
|
||||
installed_version as "installedVersion"
|
||||
FROM
|
||||
pg_available_extensions
|
||||
WHERE
|
||||
name = $1
|
||||
name in ($1)
|
||||
|
||||
-- DatabaseRepository.getPostgresVersion
|
||||
SHOW server_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue