Plume/migrations/postgres/2018-09-03-102510_users_add_avatar/down.sql

3 lines
87 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN avatar_id;