Checkpoint: Ajout de la section "Moteur IA" dans les paramètres : sélecteur Mistral/Manus, champs clé API avec affichage masqué, persistance en DB, migration VPS appliquée
This commit is contained in:
4
drizzle/0020_overrated_nekra.sql
Normal file
4
drizzle/0020_overrated_nekra.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `importSettings` ADD `aiProvider` enum('mistral','manus') DEFAULT 'mistral' NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `importSettings` ADD `mistralApiKey` text;--> statement-breakpoint
|
||||
ALTER TABLE `importSettings` ADD `manusForgeApiKey` text;--> statement-breakpoint
|
||||
ALTER TABLE `importSettings` ADD `manusForgeApiUrl` text;
|
||||
Reference in New Issue
Block a user