Files
demat-facturation/drizzle/0020_overrated_nekra.sql

4 lines
340 B
SQL

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;