feat(forklifts): added backend forklift stuff and frontend companies

This commit is contained in:
2025-11-02 16:16:35 -06:00
parent a6cc17ccb1
commit 50cde2d8d2
52 changed files with 20619 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE "forklifts" DROP CONSTRAINT "forklifts_plant_serverData_name_fk";
--> statement-breakpoint
DROP INDEX "plant_name";--> statement-breakpoint
ALTER TABLE "forklifts" ADD CONSTRAINT "forklifts_plant_serverData_server_id_fk" FOREIGN KEY ("plant") REFERENCES "public"."serverData"("server_id") ON DELETE set null ON UPDATE no action;