Revert "poc: Using a custom type for labels backed by JSONB"

This reverts commit 023713da32.
This commit is contained in:
Andrey Melnikov
2020-08-03 15:26:08 -07:00
parent 023713da32
commit aeaa447beb
4 changed files with 1 additions and 64 deletions

View File

@@ -745,16 +745,6 @@ func (c *Client) CountWorkflowExecutions(namespace, workflowTemplateUID, workflo
RunWith(c.DB).
QueryRow().
Scan(&count)
//
//test := types.Labels{}
//test["test"] = "how"
//test["language"] = "golang"
//
//_, err = sb.Update("workflow_executions").
// SetMap(sq.Eq{
// "labels": test,
// }).Where("id = 738").RunWith(c.DB).
// Exec()
return
}