Commit 68dc003
committed
refactor: remove Pure Usage subscription and stripe_price_id from user schema
- Remove stripe_price_id column from user table (migration 0041)
- Remove STRIPE_USAGE_PRICE_ID from env schemas and defaults
- Stop auto-subscribing new users to Pure Usage on signup
- Remove stripe_price_id from TypeScript types (user.ts, next-auth.d.ts, typed.d.ts)
- Clean up test utilities and eval configs
- Delete scripts/update-stripe-subscriptions.ts1 parent ecaff08 commit 68dc003
File tree
16 files changed
+3081
-133
lines changed- cli/src/__tests__
- evals/buffbench
- packages/internal/src
- db
- migrations
- meta
- scripts
- sdk/test
- web
- src
- __tests__
- app/api/auth/[...nextauth]
- types
16 files changed
+3081
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments