Files
pn-new-crm/src/lib/db/migrations/0005_stale_kronos.sql

3 lines
236 B
MySQL
Raw Normal View History

ALTER TABLE "berth_waiting_list" ADD COLUMN "yacht_id" text;--> statement-breakpoint
ALTER TABLE "interests" ADD COLUMN "yacht_id" text;--> statement-breakpoint
CREATE INDEX "idx_interests_yacht" ON "interests" USING btree ("yacht_id");