This commit is contained in:
qsc
2026-07-13 00:44:09 +08:00
parent 34ec65c8b5
commit ef96af7f21
22 changed files with 1827 additions and 587 deletions
+3
View File
@@ -8,5 +8,8 @@ var PostgreSQL string
//go:embed postgres/000002_collection_groups.up.sql
var PostgreSQLGroups string
//go:embed postgres/000003_write_points_simplify.up.sql
var PostgreSQLWritePoints string
//go:embed tdengine/000001_init.sql
var TDengine string