This commit is contained in:
qsc
2026-07-12 19:18:26 +08:00
parent dd588b5daa
commit 34ec65c8b5
52 changed files with 10859 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package migrations
import _ "embed"
//go:embed postgres/000001_init.up.sql
var PostgreSQL string
//go:embed postgres/000002_collection_groups.up.sql
var PostgreSQLGroups string
//go:embed tdengine/000001_init.sql
var TDengine string