feat(forklifts): added backend forklift stuff and frontend companies
This commit is contained in:
4
migrations/0031_red_bug.sql
Normal file
4
migrations/0031_red_bug.sql
Normal 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;
|
||||
Reference in New Issue
Block a user