backend/migrations/2025-06-01-134036_add_pronouns_to_users/up.sql
Radical ee8211a321
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/push/publish-docs Pipeline was successful
feat: add pronouns to users
2025-06-01 15:58:07 +02:00

2 lines
86 B
SQL

-- Your SQL goes here
ALTER TABLE users ADD COLUMN pronouns VARCHAR(32) DEFAULT NULL;