1
0
Fork 0
forked from gorb/backend

feat: add pronouns to users

This commit is contained in:
Radical 2025-06-01 15:58:07 +02:00
parent 2f7fac8db5
commit ee8211a321
5 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN pronouns;