steid

@jamesgill /

steid/migrations/20260804093034_add_org_bio.sql
178 BCode·Blame·Raw
a69e380feat: 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.
3alter table orgs add column bio text;