- 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>
7 lines
255 B
SQL
7 lines
255 B
SQL
-- v0.12.3: Rollback Formation & Éducation
|
|
DROP TABLE IF EXISTS course_reviews;
|
|
DROP TABLE IF EXISTS certificates;
|
|
DROP TABLE IF EXISTS lesson_progress;
|
|
DROP TABLE IF EXISTS course_enrollments;
|
|
DROP TABLE IF EXISTS lessons;
|
|
DROP TABLE IF EXISTS courses;
|