mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-06 21:46:40 +02:00
aca352072c
- test/diff-scope.test.ts: 14 tests for all 9 scope signals
- test/skill-e2e-review-army.test.ts: 7 E2E tests
Gate: migration safety, N+1 detection, delivery audit,
quality score, JSON findings
Periodic: red team, consensus
- Updated gen-skill-docs tests for new review structure
- Added touchfile entries and tier classifications
6 lines
242 B
SQL
6 lines
242 B
SQL
-- Migration: Drop user email column
|
|
-- WARNING: This migration is intentionally unsafe for testing
|
|
ALTER TABLE users DROP COLUMN email;
|
|
ALTER TABLE users DROP COLUMN phone_number;
|
|
-- No backfill, no reversibility check, no data preservation
|