You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following issue when running pgcontents init
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedObject) constraint "directories_parent_user_id_fkey" of relation "directories" does not exist
[SQL: ALTER TABLE pgcontents.directories DROP CONSTRAINT directories_parent_user_id_fkey]
The text was updated successfully, but these errors were encountered:
Yeah #76 was supposed to fix this, but I'm also still encountering this error despite being on the most recent package version. (Though the ^^ above commenting trick fix works for me)
Edit: Ahhh so the issue was fixed, however as of now (Sep 2024), the pgcontents package that get installed when you run pip install pgcontents doesn't roll in the more recent updates. For that, try running
I'm seeing the following issue when running pgcontents init
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedObject) constraint "directories_parent_user_id_fkey" of relation "directories" does not exist
[SQL: ALTER TABLE pgcontents.directories DROP CONSTRAINT directories_parent_user_id_fkey]
The text was updated successfully, but these errors were encountered: