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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foreign key violation from digitization books and logo #3244

Open
murny opened this issue Sep 25, 2023 · 0 comments
Open

Foreign key violation from digitization books and logo #3244

murny opened this issue Sep 25, 2023 · 0 comments

Comments

@murny
Copy link
Collaborator

murny commented Sep 25, 2023

Seeing this in migrations:

image

Seems to be a similar issue with #3194 (comment)

The error makes sense 馃 logo_id is a bigint column, but id in active_storage_attachments are UUIDs.

We seemed to have dropped the foreign key on Items and Thesis for a different reason here: #2335

But perhaps this is another example of just removing this code as mentioned in #3194 (comment), if we have no intention of maintaining it since it is causing little paper cuts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant