Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/api/drizzle/0030_true_jetstream.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TYPE "public"."stripe_transaction_type" ADD VALUE 'manual_credit';--> statement-breakpoint
CREATE UNIQUE INDEX "stripe_transactions_stripe_invoice_id_unique" ON "stripe_transactions" USING btree ("stripe_invoice_id") WHERE "stripe_transactions"."stripe_invoice_id" IS NOT NULL;
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Loading