- Move web app into apps/web/ - Create packages/shared/ with shared types - Create plugins/decky-vault/ scaffold - Root package.json manages workspaces only
2 lines
334 B
SQL
2 lines
334 B
SQL
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; |