INFRA-3233 : Add dbz hearbeat (#422)

This commit is contained in:
Vijay Joshi
2024-05-26 11:51:03 +05:30
committed by GitHub
parent b91d71e817
commit 9a0d844e11

View File

@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS dbz_heartbeat (
id SERIAL PRIMARY KEY,
ts TIMESTAMP WITH TIME ZONE
);