Remove stripe index creation
This commit is contained in:
parent
15b76f330b
commit
c36095ffc5
3 changed files with 404 additions and 2 deletions
|
|
@ -85,7 +85,6 @@ CREATE TABLE IF NOT EXISTS payments (
|
|||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_payments_user ON payments(user_id);
|
||||
CREATE INDEX IF NOT EXISTS idx_users_stripe_customer ON users(stripe_customer_id);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS meta (
|
||||
meta_key TEXT PRIMARY KEY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue