mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
common/schema: group some columns to skip them quickly when not enabled
This commit is contained in:
@@ -47,6 +47,6 @@ func New(config Configuration) (*Component, error) {
|
||||
}
|
||||
return &Component{
|
||||
c: config,
|
||||
Schema: schema,
|
||||
Schema: schema.finalize(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user