INFRA-3233 : Add dbz hearbeat (#422)
This commit is contained in:
4
db/migration/000024_add_dbz_heartbeat.up.sql
Normal file
4
db/migration/000024_add_dbz_heartbeat.up.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS dbz_heartbeat (
|
||||
id SERIAL PRIMARY KEY,
|
||||
ts TIMESTAMP WITH TIME ZONE
|
||||
);
|
||||
Reference in New Issue
Block a user