feat: working state syncer
This commit is contained in:
4
migrations/001_init_sync_cursor.sql
Normal file
4
migrations/001_init_sync_cursor.sql
Normal 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');
|
||||
Reference in New Issue
Block a user