mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 08:31:42 +03:00
5ba9e2e9b1
fix no provider error in caption generate action
9 lines
242 B
SQL
9 lines
242 B
SQL
/*
|
|
Warnings:
|
|
|
|
- Made the column `model` on table `ai_prompts_metadata` required. This step will fail if there are existing NULL values in that column.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "ai_prompts_metadata" ALTER COLUMN "model" SET NOT NULL;
|