Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LCCS-DB migration with dependence in version 0.8.0 #147

Closed
betonr opened this issue Mar 8, 2021 · 0 comments
Closed

add LCCS-DB migration with dependence in version 0.8.0 #147

betonr opened this issue Mar 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@betonr
Copy link
Contributor

betonr commented Mar 8, 2021

to fix error:

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "lccs.class_systems" does not exist

[SQL: ALTER TABLE bdc.collections ADD CONSTRAINT collections_classification_system_id_class_systems_fkey FOREIGN KEY(classification_system_id) REFERENCES lccs.class_systems (id) ON DELETE CASCADE ON UPDATE CASCADE]
(Background on this error at: http://sqlalche.me/e/13/f405)
@betonr betonr added the bug Something isn't working label Mar 8, 2021
@betonr betonr self-assigned this Mar 8, 2021
@raphaelrpl raphaelrpl added this to the Version 0.8.1 milestone Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants