dataplat / dbops

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

Type error in deploy.ps1 - [DBOpsConfig] class cannot be referenced #78

Closed piroinno closed 5 years ago

piroinno commented 5 years ago

Importing the dbops module in the deploy.ps1 file does not load the DBOpsConfig class referenced on line 46.

Issue should be solved by sourcing . "$PSScriptRoot\Modules\dbops\internal\classes\DBOps.class.ps1"

nvarscar commented 5 years ago

Thanks for bringing this up, this is clearly a bug. The class is supposed to be for internal use only and it simply shouldn't even be mentioned in the deploy file.

nvarscar commented 5 years ago

Resolved in 0.5.6