Added pings to messages in frequencies

This commit is contained in:
2025-01-27 20:10:48 +02:00
parent b2bd96e46b
commit cb214d740a
9 changed files with 165 additions and 29 deletions

View File

@@ -17,6 +17,8 @@ sql:
go_type: "*github.com/kyren223/eko/pkg/snowflake.ID"
- column: "messages.frequency_id"
go_type: "*github.com/kyren223/eko/pkg/snowflake.ID"
- column: "messages.ping"
go_type: "*github.com/kyren223/eko/pkg/snowflake.ID"
- column: "*.id"
go_type: "github.com/kyren223/eko/pkg/snowflake.ID"
- column: "*.*_id"