3 lines
87 B
SQL
3 lines
87 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE users DROP COLUMN avatar_id;
|