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

models: add bucket_id index #1646

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

jrcastro2
Copy link
Contributor

  • adds alembic recipe
  • fixes old alembic recipe
  • closes zenodo/rdm-project#640

@@ -124,7 +124,6 @@ def upgrade():
["id", "key"],
unique=True,
)
op.drop_index("ix_uq_partial_files_object_is_head", table_name="files_object")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be here, the table files_object is not managed by this module, therefore this was moved to inveino-files-rest see here

* adds alembic recipe
* fixes old alembic recipe
* closes zenodo/rdm-project#640
@slint slint merged commit befe43c into inveniosoftware:master Feb 5, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants