You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not using the sql alchemy CRM for insert into master_df.
This overrides the schema of the table and currently not generating the Id's, turning it to text instead of integer and removing the auto increment.
Will cause more problems in the future.
need to implement insert the same way it's implemented in the other tables (volgistics/salesforcecontacts/petpoint)
The text was updated successfully, but these errors were encountered:
We are not using the sql alchemy CRM for insert into master_df.
This overrides the schema of the table and currently not generating the Id's, turning it to text instead of integer and removing the auto increment.
Will cause more problems in the future.
need to implement insert the same way it's implemented in the other tables (volgistics/salesforcecontacts/petpoint)
The text was updated successfully, but these errors were encountered: