jhu-bids / TermHub

Web app and CLI tools for working with biomedical terminologies. https://github.com/orgs/jhu-bids/projects/9/views/7
https://bit.ly/termhub
GNU General Public License v3.0
11 stars 10 forks source link

Fail: Backend tests broken #948

Closed joeflack4 closed 2 weeks ago

joeflack4 commented 3 weeks ago

Overview

After merge of #934, backend tests now broken.

I'm not sure why they started failing once this was merged, because when I look at the PR page, it seems to show that it was passing.

Errors

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column "item_flags" does not exist
LINE 13:                         CASE WHEN LENGTH(item_flags) > 0 THE...