- 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>
6 lines
243 B
SQL
6 lines
243 B
SQL
-- v0.13.3: Down migration
|
|
|
|
ALTER TABLE users DROP COLUMN IF EXISTS password_changed_at;
|
|
ALTER TABLE login_history DROP COLUMN IF EXISTS city;
|
|
ALTER TABLE login_history DROP COLUMN IF EXISTS country;
|
|
DROP TABLE IF EXISTS webauthn_credentials;
|