veza/veza-backend-api/migrations/rollback/972_seller_kyc_v0135_down.sql
senke f047276362 chore: cleanup old e2e tests, playwright configs, reorganize down migrations
- Remove old apps/web/e2e/ test suite (replaced by tests/e2e/)
- Remove old playwright configs (smoke, storybook, visual, root)
- Move down migrations to veza-backend-api/migrations/rollback/
- Remove stale test results and playwright report artifacts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 11:35:26 +01:00

9 lines
322 B
SQL

-- Rollback v0.13.5 TASK-MKT-001: KYC vendeurs
DROP INDEX IF EXISTS idx_seller_stripe_accounts_kyc_status;
ALTER TABLE seller_stripe_accounts
DROP COLUMN IF EXISTS kyc_status,
DROP COLUMN IF EXISTS kyc_verification_session_id,
DROP COLUMN IF EXISTS kyc_verified_at,
DROP COLUMN IF EXISTS kyc_last_error;