~cytrogen/gstack

ref: c620de38e19fe63e8a6e361e11d706b5ed432b93 gstack/test/fixtures/review-army-migration.sql -rw-r--r-- 242 bytes
c620de38 — Garry Tan fix: setup runs pending migrations so git pull + ./setup works (#774) 7 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