mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 22:20:19 +08:00
feat(routing): consolidate scheduling strategy configuration
This commit is contained in:
@@ -1733,6 +1733,11 @@ name = "is_system_default"
|
||||
type = "bool"
|
||||
default = false
|
||||
|
||||
[[table.routing_groups.columns]]
|
||||
name = "sort_order"
|
||||
type = "int64"
|
||||
default = 0
|
||||
|
||||
[[table.routing_groups.columns]]
|
||||
name = "config_json"
|
||||
type = "json"
|
||||
@@ -1763,6 +1768,10 @@ columns = ["name"]
|
||||
name = "routing_groups_system_default_idx"
|
||||
columns = ["is_system_default", "enabled"]
|
||||
|
||||
[[table.routing_groups.indexes]]
|
||||
name = "routing_groups_enabled_sort_idx"
|
||||
columns = ["enabled", "sort_order", "name", "id"]
|
||||
|
||||
[table.routing_group_bindings]
|
||||
domain = "provider_catalog"
|
||||
order = 111
|
||||
|
||||
Reference in New Issue
Block a user