Skip to content

This commit fixes syntax errors that were introduced by removing line…#88

Merged
eladrion merged 1 commit intoWorkflomics:mainfrom
eladrion:87_fix_syntax_error
May 28, 2025
Merged

This commit fixes syntax errors that were introduced by removing line…#88
eladrion merged 1 commit intoWorkflomics:mainfrom
eladrion:87_fix_syntax_error

Conversation

@eladrion
Copy link
Contributor

@eladrion eladrion commented May 19, 2025

…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 domain and domain_topics with 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

  • Code follows project standards.
  • Self-reviewed and commented where needed.
  • Documentation updated if needed.
  • No new warnings or errors.

…s in a way that the queries were not ended by a semicolon.
@eladrion eladrion self-assigned this May 21, 2025
@eladrion eladrion requested review from vedran-kasalica and removed request for kretep and vedran-kasalica May 21, 2025 10:57
Copy link
Member

@vedran-kasalica vedran-kasalica left a comment

Choose a reason for hiding this comment

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

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.

@eladrion eladrion merged commit 2fc5b49 into Workflomics:main May 28, 2025
1 check failed
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.

[BUG] The DB initialisation script 03_import_data.sql has syntax errors

2 participants