增加SQL子版本

This commit is contained in:
GoEdgeLab
2022-03-14 16:06:25 +08:00
parent d68e807915
commit f798ca31e9
5 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package setup_test
import (
"github.com/TeaOSLab/EdgeAPI/internal/setup"
"testing"
)
func TestComposeSQLVersion(t *testing.T) {
t.Log(setup.ComposeSQLVersion())
}