feat: add echarts dependencies + preset performance link schema

This commit is contained in:
2026-04-26 15:38:23 +08:00
parent 12ef1dd537
commit 9ff44e3d15
6 changed files with 52 additions and 3 deletions
@@ -0,0 +1,2 @@
ALTER TABLE "community_presets" ADD COLUMN "performance_entry_id" text;--> statement-breakpoint
ALTER TABLE "community_presets" ADD CONSTRAINT "community_presets_performance_entry_id_performance_entries_id_fk" FOREIGN KEY ("performance_entry_id") REFERENCES "public"."performance_entries"("id") ON DELETE set null ON UPDATE no action;