~cytrogen/gstack

ref: 4fc64f7f964a273f57167a193f9c88a9477cf79c gstack/test/fixtures/review-army-migration.sql -rw-r--r-- 242 bytes
4fc64f7f — Garry Tan fix: top-level skill dirs so Claude discovers unprefixed names (#761) 12 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