feat: working state syncer

This commit is contained in:
2025-01-02 12:05:09 +03:00
parent f87acbf98e
commit 4f9a95dfeb
10 changed files with 557 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS ussd_sync(
last_sync TIMESTAMP
);
INSERT INTO ussd_sync (last_sync) VALUES ('2024-01-01');