mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-15 15:35:25 +02:00
🐛 Fix licensing checkout and webhook (#1731)
This commit is contained in:
parent
518b66aa9a
commit
3ae7f7e021
7 changed files with 30 additions and 31 deletions
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `stripe_customer_id` on the `licenses` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "licenses" DROP COLUMN "stripe_customer_id";
|
Loading…
Add table
Add a link
Reference in a new issue