Skip to content

Commit 043f060

Browse files
committed
reran migrations
1 parent 8abe8af commit 043f060

File tree

3 files changed

+767
-268
lines changed

3 files changed

+767
-268
lines changed

packages/db/migrations/0154_many_vindicator.sql renamed to packages/db/migrations/0154_bumpy_living_mummy.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ CREATE INDEX "referral_attribution_campaign_id_idx" ON "referral_attribution" US
3838
CREATE INDEX "referral_attribution_utm_campaign_idx" ON "referral_attribution" USING btree ("utm_campaign");--> statement-breakpoint
3939
CREATE INDEX "referral_attribution_utm_content_idx" ON "referral_attribution" USING btree ("utm_content");--> statement-breakpoint
4040
CREATE INDEX "referral_attribution_created_at_idx" ON "referral_attribution" USING btree ("created_at");--> statement-breakpoint
41-
CREATE INDEX "referral_campaigns_active_idx" ON "referral_campaigns" USING btree ("is_active");--> statement-breakpoint
42-
CREATE UNIQUE INDEX "referral_campaigns_code_idx" ON "referral_campaigns" USING btree ("code");
41+
CREATE INDEX "referral_campaigns_active_idx" ON "referral_campaigns" USING btree ("is_active");

0 commit comments

Comments
 (0)