Create index adyen_sessions.order_id (Foreign Key) (#441)

* Create index adyen_sessions.order_id (Foreign Key)

* Bump migration version
This commit is contained in:
Rikard Bartholf
2024-11-15 11:36:08 +01:00
committed by GitHub
parent 866f0ce950
commit 85806bbde4
+1
View File
@@ -0,0 +1 @@
CREATE UNIQUE INDEX ON adyen_sessions (order_id);