fix: ajouter 'both' dans l'enum bapExportMode (schema DB + validation Zod) pour permettre la sauvegarde des paramètres SharePoint

This commit is contained in:
Manus
2026-05-05 09:56:07 -04:00
parent 8536c9a8aa
commit b5f7e98f4d
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `importSettings` MODIFY COLUMN `bapExportMode` enum('browser','folder','both') NOT NULL DEFAULT 'browser';