Initial template for registration service

This commit is contained in:
2026-07-24 07:02:09 +02:00
parent 44a4b279bb
commit 5f94ae3b68
5 changed files with 491 additions and 1 deletions
@@ -0,0 +1,3 @@
DROP INDEX IF EXISTS services_state_heartbeat;
DROP INDEX IF EXISTS services_cluster;
DROP TABLE IF EXISTS "service";