wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs
https://deploy-to-sfdx.com
Apache License 2.0
98 stars 22 forks source link

Updated to README #36

Open jeffdonthemic opened 6 years ago

jeffdonthemic commented 6 years ago

@wadewegner I made some changes that I found while installing locally. I think I have the sql scripts correct by you may want to check them to make sure. Everything finally worked successfully so I think they are correct.

wadewegner commented 6 years ago

Good stuff, thanks Jeff! I kept meaning to update.

wadewegner commented 6 years ago

@jeffdonthemic Alright, now I'm having all kinds of conflicts, as I merged updates from @FabienTaillon. Would you mind resolving and updating your pull? I think you got a table Fabien didn't. Thanks!

FabienTaillon commented 6 years ago

@wadewegner actually it’s almost the same, I just put everything in deployments.sql, whereas @jeffdonthemic split the script in 2 files, one for each table. I also removed id colum’ and used guid only, worked for me, not sure which one is correct.

wadewegner commented 6 years ago

@FabienTaillon Gotcha. Wish I could figure out why I can't resolve the conflicts successfully.