Commit 02405016 authored by xuwencheng's avatar xuwencheng

upgrade

parent 374564f9
...@@ -15,9 +15,9 @@ pub enum Event { ...@@ -15,9 +15,9 @@ pub enum Event {
MakeDB, MakeDB,
#[strum(serialize = "初始化表结构")] #[strum(serialize = "初始化表结构")]
SqlInitTable, SchemaSql,
#[strum(serialize = "升级sql")] #[strum(serialize = "升级sql")]
SqlUpgrade, UpgradeSql,
#[strum(serialize = "启动db服务")] #[strum(serialize = "启动db服务")]
StartDB, StartDB,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment