mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(server): system config (#9517)
This commit is contained in:
parent
7f0f016f2e
commit
984aa8fb41
46 changed files with 599 additions and 770 deletions
|
|
@ -1,13 +0,0 @@
|
|||
-- NOTE: This file is auto generated by ./sql-generator
|
||||
|
||||
-- SystemConfigRepository.load
|
||||
SELECT
|
||||
"SystemConfigEntity"."key" AS "SystemConfigEntity_key",
|
||||
"SystemConfigEntity"."value" AS "SystemConfigEntity_value"
|
||||
FROM
|
||||
"system_config" "SystemConfigEntity"
|
||||
|
||||
-- SystemConfigRepository.deleteKeys
|
||||
DELETE FROM "system_config"
|
||||
WHERE
|
||||
"key" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9)
|
||||
Loading…
Add table
Add a link
Reference in a new issue