~cytrogen/gstack

ref: a4a181ca92028359403d9f92f6f527db48244ee6 gstack/test/fixtures/review-army-migration.sql -rw-r--r-- 242 bytes
a4a181ca — Garry Tan feat: Review Army — parallel specialist reviewers for /review (v0.14.3.0) (#692) 9 days ago
                                                                                
1
2
3
4
5
-- 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