-
Notifications
You must be signed in to change notification settings - Fork 98
Docker fix #297
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
Docker fix #297
Conversation
Syncing last repo changes
Allow usage of command inputs on baremetal Windows OS while keeping disable for incompatible systems (UNIX + Docker and MacOS)
Sync repositories
Sync branches
ALTER TABLE `storage_team` | ||
ADD PRIMARY KEY (`accountId`,`itemId`), | ||
ADD KEY `itemId` (`itemId`); | ||
ADD CONSTRAINT `storage_team_ibfk_1` FOREIGN KEY (`accountId`) REFERENCES `accounts` (`accountId`) ON DELETE CASCADE ON UPDATE CASCADE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ive modified these two SQL because i was getting errors about it having two primary keys btw
seems like i dont have access to resolve the conflicting files... |
Are you certain it's an access issue? I'm getting the message that the conflicts are "too complex to resolve in the web editor", but you should be able to do it locally. |
@exectails you're right, i'll work on them locally. |
Those changes were pulled in the other fork. So this PR is the same as PR #256 now. Closing |
This is this PR but with the additional fix you mentioned and some others