-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Remotes][BE] Remote table structure out of sync #4532
Labels
scope: backend
Issues that are affecting the backend side only
Comments
In V1, if there is a column change (name change - that we will perceive as deletion of a column and creation of a new one - or type change or creation / deletion), it will trigger a deletion and re-creation of column on our hand, deleting the relation. |
Weiko
pushed a commit
that referenced
this issue
May 15, 2024
arnavsaxena17
pushed a commit
to arnavsaxena17/twenty
that referenced
this issue
Oct 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scope and context
When the remote schema change, we should return informations to the user so he knows the table is out of sync.
Technical inputs
syncDetails
--> to be definedfindAvailableRemoteTablesByServerId
function, add a function call that calculates this info for the synced tableThe text was updated successfully, but these errors were encountered: