feat(schema): add yachtId to interests and berth_waiting_list
This commit is contained in:
3
src/lib/db/migrations/0005_stale_kronos.sql
Normal file
3
src/lib/db/migrations/0005_stale_kronos.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
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");
|
||||
8484
src/lib/db/migrations/meta/0005_snapshot.json
Normal file
8484
src/lib/db/migrations/meta/0005_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -36,6 +36,13 @@
|
||||
"when": 1776959707066,
|
||||
"tag": "0004_nasty_warstar",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 5,
|
||||
"version": "7",
|
||||
"when": 1776959832091,
|
||||
"tag": "0005_stale_kronos",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user