dataplat / dbops

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

New feature - packages without build version tracking #106

Open nvarscar opened 4 years ago

nvarscar commented 4 years ago

Packages that can contain one (or maybe more than one) build version, however, only the latest build is ever deployed. Build version is never recorded to the schemaversions table: every script is stored without a build prefix. Pretty much, your regular Install-DBOScript deployment from a folder, but stored as a package.

I'm not sure this one is really needed yet, as similar behavior could be achieved by using the same exact build version every time when such package is getting created, but we'll see.

Ideas so far: