Move stor commands to category Database (#11315)

Fixes #11309
This commit is contained in:
Hofer-Julian
2023-12-13 16:24:16 +01:00
committed by GitHub
parent d43f4253e8
commit 76482cc1b2
12 changed files with 13 additions and 11 deletions

View File

@ -46,6 +46,7 @@ pub enum Category {
Conversions,
Core,
Custom(String),
Database,
Date,
Debug,
Default,
@ -78,6 +79,7 @@ impl std::fmt::Display for Category {
Category::Conversions => "conversions",
Category::Core => "core",
Category::Custom(name) => name,
Category::Database => "database",
Category::Date => "date",
Category::Debug => "debug",
Category::Default => "default",