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

Migration: Remove %CheckEncodingColumns #1515

Closed
bschmalhofer opened this issue Dec 17, 2021 · 1 comment
Closed

Migration: Remove %CheckEncodingColumns #1515

bschmalhofer opened this issue Dec 17, 2021 · 1 comment
Assignees
Labels
tidying Tidying of the code
Milestone

Comments

@bschmalhofer
Copy link
Contributor

While looking into this I noticed that in Kernel/System/MigrateFromOTRS/CloneDB/Backend.pm the following hash is set up:

    my %CheckEncodingColumns = (
        'article_data_mime.a_body'              => 1,
        'article_data_mime_attachment.filename' => 1,
    );

It looks like this setup has no effect at all. Should be tidied in rel-10_1.

Originally posted by @bschmalhofer in #1296 (comment)

@bschmalhofer bschmalhofer self-assigned this Dec 17, 2021
@bschmalhofer bschmalhofer added the tidying Tidying of the code label Dec 17, 2021
@bschmalhofer bschmalhofer added this to the OTOBO 10.1.1 milestone Dec 17, 2021
bschmalhofer added a commit that referenced this issue Dec 21, 2021
Issue #1515: remove unused attribute CheckEncodingColumns.
@bschmalhofer
Copy link
Contributor Author

A test mgration looked fine. The PR is merged. Closing this issue.

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

No branches or pull requests

1 participant