mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 11:41:51 +03:00
937b8bf166
fix AFF-1069
5 lines
205 B
SQL
5 lines
205 B
SQL
-- AlterTable
|
|
ALTER TABLE "ai_sessions_metadata" ADD COLUMN "deleted_at" TIMESTAMPTZ(6),
|
|
ADD COLUMN "messageCost" INTEGER NOT NULL DEFAULT 0,
|
|
ADD COLUMN "tokenCost" INTEGER NOT NULL DEFAULT 0;
|