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

[KW-Search] Fix sql for nodes tables creation #8926

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

philipperolet
Copy link
Contributor

Description

Migration did not work because quotes were needed for the reserved keyword 'table'

Although not optimal in general as a column name, here it's the best naming, consistent with data_source / document / folder, and avoiding the clash with table_id (which is a string id)

Risk

na

Deploy

migration on prodbox
deploy core

Description
---
Migration did not work because quotes were needed for the reserved
keyword 'table'

Although not optimal in general as a column name, here it's the best
naming, consistent with data_source / document / folder, and avoiding
the clash with table_id (which is a string id)

Risk
---
na

Deploy
---
migration on prodbox
deploy core
@philipperolet philipperolet requested a review from spolu November 26, 2024 20:10
@philipperolet philipperolet merged commit 8189c81 into main Nov 26, 2024
3 checks passed
@philipperolet philipperolet deleted the fix-migration branch November 26, 2024 20:14
overmode pushed a commit that referenced this pull request Nov 27, 2024
* [KW-Search] Fix sql for nodes tables creation

Description
---
Migration did not work because quotes were needed for the reserved
keyword 'table'

Although not optimal in general as a column name, here it's the best
naming, consistent with data_source / document / folder, and avoiding
the clash with table_id (which is a string id)

Risk
---
na

Deploy
---
migration on prodbox
deploy core

* quotes
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.

2 participants