SIGN IN SIGN UP

refactor: replace raw SQL with Drizzle in all tests

- Replace TestPayKit.pool with TestPayKit.database (Drizzle instance)
- Convert all pool.query() calls to Drizzle query builder in e2e tests
- Add drizzle-orm dependency to e2e package
- Fix waitForWebhook timestamp comparison with gt() operator
- Fix getSubscriptionByProviderSubscriptionId ordering (createdAt DESC)
M
Max Katz committed
c02412ab620ab5989f1a4e49455444b69bd97fe8
Parent: ef2f5ed