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

Changes ~jobs.error_stack from blob to mediumblob #986

Merged

Conversation

chrisroat
Copy link
Contributor

@chrisroat chrisroat commented Jan 20, 2022

Closes #984

To fix the issue in existing schemas, users can drop the jobs table:

schema.jobs.drop()

or update the schema manually in SQL:

alter table `~jobs` modify column error_stack mediumblob;

CHANGELOG.md Outdated Show resolved Hide resolved
docs-parts/intro/Releases_lang1.rst Outdated Show resolved Hide resolved
chrisroat and others added 2 commits January 20, 2022 13:27
Co-authored-by: Dimitri Yatsenko <[email protected]>
Co-authored-by: Dimitri Yatsenko <[email protected]>
@dimitri-yatsenko
Copy link
Member

@chrisroat Will you please pull latest changes from the master branch and I will merge your changes.

@dimitri-yatsenko dimitri-yatsenko merged commit 533f36f into datajoint:master Jan 31, 2022
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.

Change ~jobs.error_stack from blob to mediumblob
2 participants