mirror of https://github.com/buster-so/buster.git
4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE users
|
||
|
DROP COLUMN avatar_url;
|