Files
Cibello-app/infrastructure/migrations/0027_abandoned_secret_warriors.sql
T
2026-08-12 21:08:03 +07:00

3 lines
259 B
SQL

ALTER TABLE "gemini_usage" ALTER COLUMN "prompt_tokens" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "gemini_usage" ALTER COLUMN "output_tokens" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "gemini_usage" ALTER COLUMN "total_tokens" DROP NOT NULL;