1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-05-23-113933_add_user_avatars/down.sql

2 lines
84 B
SQL

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