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

fix: docker compose errors #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kleenkanteen
Copy link

This fixes the errors I had when running docker compose up I mention in #242. You can test the changes in a github codespace with 16gb ram. I also fix the mysql image to 8.4 to prevent new changes causing breaking changes.

@@ -39,7 +39,7 @@ CREATE TABLE `job_header` (
`jobheaderid` int(11) NOT NULL AUTO_INCREMENT,
`jobid` int(11) NOT NULL DEFAULT '0',
`key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`value` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`value` text COLLATE utf8mb4_unicode_ci NOT NULL,
Copy link
Author

Choose a reason for hiding this comment

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

newer mysql version does not allow a default value when not null

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.

1 participant