Skip to content

Issue 72 - resolve issue with model definition not updating after adding, updating, or deleting a column#74

Merged
kennethphough merged 2 commits into
masterfrom
issue-72
Aug 11, 2025
Merged

Issue 72 - resolve issue with model definition not updating after adding, updating, or deleting a column#74
kennethphough merged 2 commits into
masterfrom
issue-72

Conversation

@kennethphough

Copy link
Copy Markdown
Member

Resolves an issue with model definition not updating correctly after adding, updating, deleting a column.
Issue was that the model definition update method was being called before the changes were being reflected in the DB. Updated controller to call the model definition update inside hook_response_data which gets triggered after SQL transaction completes.

@kennethphough kennethphough self-assigned this Aug 11, 2025
@kennethphough kennethphough added the bug Something isn't working label Aug 11, 2025
@kennethphough
kennethphough merged commit 225548c into master Aug 11, 2025
2 checks passed
@kennethphough
kennethphough deleted the issue-72 branch August 11, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Model definition not updated correctly after creating or updating new model attributes

1 participant