mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
misc
This commit is contained in:
parent
1992f7f80a
commit
28ad29ede3
3 changed files with 30 additions and 32 deletions
|
|
@ -350,10 +350,10 @@ async fn main() -> Result<()> {
|
|||
.ok_or_else(|| Report::msg(format!("{} is not running", cloud.id)))?;
|
||||
let db_type = match cloud.db().family() {
|
||||
DatabaseFamily::Sqlite => {
|
||||
return Err(Report::msg("sqlite is not supported with `haze env`"))
|
||||
return Err(Report::msg("sqlite is not supported with `haze env`"));
|
||||
}
|
||||
DatabaseFamily::Oracle => {
|
||||
return Err(Report::msg("oracle is not supported with `haze env`"))
|
||||
return Err(Report::msg("oracle is not supported with `haze env`"));
|
||||
}
|
||||
DatabaseFamily::Mysql | DatabaseFamily::MariaDB => "mysql",
|
||||
DatabaseFamily::Postgres => "postgresql",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue