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;