This commit fixes syntax errors that were introduced by removing line…#88
Merged
eladrion merged 1 commit intoWorkflomics:mainfrom May 28, 2025
Merged
Conversation
…s in a way that the queries were not ended by a semicolon.
vedran-kasalica
approved these changes
May 28, 2025
Member
vedran-kasalica
left a comment
There was a problem hiding this comment.
Hi @eladrion, thank you for the PR. The changes look good. I just noticed that the content of the tables was not updated to reflect the live instance of the database. I will make a new PR that updates the content.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…s in a way that the queries were not ended by a semicolon.
Overview
This PR fixes #87 by replacing wrongly set colons by semicolons.
Changes
The PR replaces the trailing colon of the insertions into
domainanddomain_topicswith a semicolon.Also, a blank line is inserted between each two queries to make the SQL script more readable.
Testing
The changes were tested in a docker setup.
Checklist