dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
157 stars 39 forks source link

Add each script from the -ScriptPath array only once #68

Closed nvarscar closed 4 years ago

nvarscar commented 5 years ago

Basically, select scripts with unique Fullnames.

nvarscar commented 4 years ago

The latest version already ensures unique filenames, though if they have different relative paths inside the package, it would still be added. But it could be a valid user scenario after all, which makes it perfect sense to leave it as is.