1
0
Fork 0
forked from gorb/backend

feat: add about to users

This commit is contained in:
Radical 2025-06-01 22:20:29 +02:00
parent 41defc4a25
commit c4fc23ec85
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 about;