summaryrefslogtreecommitdiff
path: root/db/migrations/0259_third_mandrill.sql
blob: 00c53d6dd094f0a97afe38ba810b04c8ba8bf9cd (plain)
1
2
3
4
5
6
7
8
9
ALTER TABLE "incoterms" DROP CONSTRAINT "incoterms_created_by_users_id_fk";
--> statement-breakpoint
ALTER TABLE "payment_terms" DROP CONSTRAINT "payment_terms_created_by_users_id_fk";
--> statement-breakpoint
ALTER TABLE "place_of_shipping" DROP CONSTRAINT "place_of_shipping_created_by_users_id_fk";
--> statement-breakpoint
ALTER TABLE "incoterms" DROP COLUMN "created_by";--> statement-breakpoint
ALTER TABLE "payment_terms" DROP COLUMN "created_by";--> statement-breakpoint
ALTER TABLE "place_of_shipping" DROP COLUMN "created_by";