featurebase/dax/migrations
Travis Turner ea72396b4d
Remove Node from data model; standardize on Worker (#2366)
* Remove Node from data model; standardize on Worker

This commit does a lot of things, but in general it attempts to simplify
the data model by getting rid of the Node and NodeRole models. Instead,
these will use the Worker model, which itself has individual boolean
fields for role types.

Get rid of roleType in some FreeWorker methods

rename NodeService to WorkerRegistry

simplify the freeworker interface

fix the tests

* Remove DeleteWorker method from workerJobService
2023-04-04 20:20:53 -05:00
..
001_initial.down.fizz RetryWithTx (#2348) 2023-03-30 20:54:37 -05:00
001_initial.up.fizz RetryWithTx (#2348) 2023-03-30 20:54:37 -05:00
002_directiveversion_by_address.down.fizz RetryWithTx (#2348) 2023-03-30 20:54:37 -05:00
002_directiveversion_by_address.up.fizz RetryWithTx (#2348) 2023-03-30 20:54:37 -05:00
003_node_to_worker.down.fizz Remove Node from data model; standardize on Worker (#2366) 2023-04-04 20:20:53 -05:00
003_node_to_worker.up.fizz Remove Node from data model; standardize on Worker (#2366) 2023-04-04 20:20:53 -05:00