From ae75ff2cb4f0b7322a9f0451acaadfb7b7514b54 Mon Sep 17 00:00:00 2001 From: Marco Boss Date: Sat, 2 Apr 2022 18:43:49 +0200 Subject: extend sharding logic that shard nodes can be initialied and dropped --- src/exchangedb/exchange-0001-part.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchangedb/exchange-0001-part.sql') diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index 359fe9f81..a478a0d16 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -17,6 +17,9 @@ -- Everything in one big transaction BEGIN; +-- Check patch versioning is in place. +SELECT _v.register_patch('exchange-0001', NULL, NULL); + -- ------------------------------ denominations ---------------------------------------- CREATE TABLE IF NOT EXISTS denominations -- cgit v1.2.3