steid
Sign in
@jamesgill
/
steid
Code
Commits
11e7a39
At commit 11e7a39
Branches
main
steid
/
migrations
/
20260804093034_add_org_bio.sql
178 B
Code
·
Blame
·
Raw
a69e380
feat: public profile page at /{handle}
1mo
1
--
Free-form profile text shown on /{handle}. Nullable: a profile without one renders
2
--
without the section rather than with an empty one.
3
alter
table
orgs add column bio
text
;