~cytrogen/gstack

ref: 103a1b35dc627ba1efa5ddc74f572b9a2f7f9a9d gstack/test/fixtures/review-army-migration.sql -rw-r--r-- 242 bytes
103a1b35 — Garry Tan docs: Slate agent integration research + design doc (#782) a month 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