@jpgilldev / steid

steid/migrations/20260804093034_add_org_bio.sql
178 BRaw
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;