Skip to content

Commit 519eb52

Browse files
committed
fix entitlement schema
1 parent 5992f74 commit 519eb52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
alter table "stripe"."active_entitlements"
2+
drop constraint if exists "active_entitlements_lookup_key_key";
3+
4+
alter table "stripe"."active_entitlements"
5+
add constraint "active_entitlements_customer_lookup_key_key"
6+
unique ("customer", "lookup_key");

0 commit comments

Comments
 (0)