1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2024-12-28 04:50:31 +00:00
Plume/migrations/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;