feat: enhance user-scoped AI functionality with admin toggles and premium features
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-06 09:29:16 +02:00
parent 04b1fc3024
commit 8200045438
6 changed files with 74 additions and 2 deletions
@@ -1,2 +1,2 @@
-- AddColumn aiEngineEnabled to User table
ALTER TABLE "User" ADD COLUMN "aiEngineEnabled" BOOLEAN NOT NULL DEFAULT false;
ALTER TABLE `User` ADD COLUMN `aiEngineEnabled` BOOLEAN NOT NULL DEFAULT false;