sync events done

This commit is contained in:
2025-03-12 23:53:36 +08:00
parent a25478e738
commit e179b9b6db
7 changed files with 599 additions and 42 deletions

View File

@@ -1,5 +1,7 @@
DROP TABLE IF EXISTS promote.sync_logs;
CREATE TABLE IF NOT EXISTS promote.sync_logs (
timestamp DateTime,
timestamp DateTime DEFAULT now(),
duration_ms UInt64,
posts_synced UInt32,
comments_synced UInt32,