1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-06-01-134036_add_pronouns_to_users/down.sql

2 lines
86 B
SQL

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