You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a new project the resulting powershell export script contains an if else more akin to bash. It should be:
if ($etype -eq "TABLE") {
$blob_to_lo=""
} else {
$blob_to_lo=""
}
The text was updated successfully, but these errors were encountered:
When generating a new project the resulting powershell export script contains an if else more akin to bash. It should be:
if ($etype -eq "TABLE") {
$blob_to_lo=""
} else {
$blob_to_lo=""
}
The text was updated successfully, but these errors were encountered: