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

cron_job table data type and table index #54

Merged
merged 1 commit into from
Feb 10, 2015
Merged

cron_job table data type and table index #54

merged 1 commit into from
Feb 10, 2015

Conversation

codengine
Copy link
Contributor

The ID inside the cron_manager table is unsigned and the foreign key in cron_job is not, so that joins will not work with an index.

I also added an index, containing the name and cron_manager_id for further queries.

The ID inside the cron_manager table is unsigned and the foreign key in cron_job is not, so that joins will not work with an index.

I also added an index, containing the name and cron_manager_id for further queries.
liebig added a commit that referenced this pull request Feb 10, 2015
cron_job table data type and table index
@liebig liebig merged commit 2abc27f into liebig:master Feb 10, 2015
@liebig
Copy link
Owner

liebig commented Feb 10, 2015

Thanks for improving Cron!

@codengine codengine deleted the patch-1 branch February 10, 2015 09:34
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.

None yet

2 participants