Hi everyone,
I just merged
PR #400 -- which, btw, wow, we're over 400 issues and pull requests! -- and it makes changes to the database schema. Next time you update your checkout, you will need to either
re-seed the database (as described in INSTALL), or run the following in a psql session:
ALTER TABLE organizations ADD COLUMN state_medicaid_id TEXT;