增加SQL子版本

This commit is contained in:
刘祥超
2022-03-14 16:06:25 +08:00
parent c1ffd25c8b
commit d2ae7834ae
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())
}