Skip to content
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

New feature - packages without build version tracking #106

Open
nvarscar opened this issue Jan 12, 2020 · 0 comments
Open

New feature - packages without build version tracking #106

nvarscar opened this issue Jan 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nvarscar
Copy link
Collaborator

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:

  • A new switch for New-DBOPackage (something like -Simple or -SingleBuild) that enables that behavior and enforces the version-less deployment history.
  • Single-build packages seem to make more sense to avoid confusion during the deployment.
@nvarscar nvarscar added the enhancement New feature or request label Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant