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: only run create_hypertable on new tables #49

Merged
merged 1 commit into from Nov 1, 2022

Conversation

rbalaban-mdsol
Copy link
Contributor

At the moment create_hypertable will execute on existing tables causing an error.

The following change, checks if (createTable) which only runs the first time a table is added to the database.

Copy link
Collaborator

@nextdude nextdude left a comment

Choose a reason for hiding this comment

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

Makes sense.

@nextdude nextdude merged commit a76d1a8 into main Nov 1, 2022
@nextdude nextdude deleted the fix/timescale-create-table branch November 1, 2022 16:04
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.

None yet

2 participants