日常查询由mysql改为clickhouse
This commit is contained in:
7
EdgeAPI/internal/db/utils/disk_windows.go
Normal file
7
EdgeAPI/internal/db/utils/disk_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
package dbutils
|
||||
|
||||
func checkHasFreeSpace(dir string) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user