Files
recipe-app/backend/prisma/migrations/20260506144000_add_ai_engine_enabled/migration.sql
T
Nils-Johan Gynther 8200045438
Test Suite / test (24.15.0) (push) Has been cancelled
feat: enhance user-scoped AI functionality with admin toggles and premium features
2026-05-06 09:29:16 +02:00

3 lines
125 B
SQL

-- AddColumn aiEngineEnabled to User table
ALTER TABLE `User` ADD COLUMN `aiEngineEnabled` BOOLEAN NOT NULL DEFAULT false;