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

Drop Unused Tables #1250

Merged
merged 1 commit into from Nov 29, 2019
Merged

Conversation

lkiesow
Copy link
Member

@lkiesow lkiesow commented Nov 27, 2019

This patch drops a few database tables which are not and may never have
been in active use:

  • oc_job_context
  • oc_job_oc_service_registration

The tables are not referenced in our code in any way and they are empty
on several production systems I checked.

Your pull request should…

  • have a concise title
  • close an accompanying issue if one exists
  • be against the correct branch (features can only go into develop)
  • include migration scripts and documentation, if appropriate
  • pass automated testing
  • have a clean commit history
  • have proper commit messages (title and body) for all commits
  • have appropriate tags applied

This patch drops a few database tables which are not and may never have
been in active use:

- `oc_job_context`
- `oc_job_oc_service_registration`

The tables are not referenced in our code in any way and they are empty
on several production systems I checked.
@lkiesow lkiesow added the ELAN Pull requests originating from ELAN e.V. label Nov 27, 2019
@gregorydlogan gregorydlogan self-assigned this Nov 29, 2019
@gregorydlogan gregorydlogan merged commit 6ca30dd into opencast:develop Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ELAN Pull requests originating from ELAN e.V.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants