Skip to content

Refactor DB table insertion to check if table exists before inserting.#664

Merged
herpaderpaldent merged 1 commit into4.xfrom
feature/only-migrate-table-that-are-existing
Jan 5, 2025
Merged

Refactor DB table insertion to check if table exists before inserting.#664
herpaderpaldent merged 1 commit into4.xfrom
feature/only-migrate-table-that-are-existing

Conversation

@herpaderpaldent
Copy link
Contributor

No description provided.

@what-the-diff
Copy link

what-the-diff bot commented Jan 5, 2025

PR Summary

  • Introduced Verification for Table Existence in the Database
    We've put in place a safeguard that confirms whether a particular table has been set up in our Postgres chest of data before we make an effort to add any kind of information to it. This move helps us prevent unnecessary weary attempts to store in non-existent tables, leading to more efficient and error-free operations.

@herpaderpaldent herpaderpaldent merged commit 1567cb6 into 4.x Jan 5, 2025
@herpaderpaldent herpaderpaldent deleted the feature/only-migrate-table-that-are-existing branch January 5, 2025 20:50
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.

1 participant