buster/api/migrations/2025-03-05-201142_add_user_.../down.sql

4 lines
88 B
MySQL
Raw Normal View History

2025-03-06 04:22:01 +08:00
-- This file should undo anything in `up.sql`
ALTER TABLE users
DROP COLUMN avatar_url;