diff options
| author | Marco Boss <bossm8@bfh.ch> | 2022-04-02 19:07:12 +0200 |
|---|---|---|
| committer | Marco Boss <bossm8@bfh.ch> | 2022-04-02 19:07:12 +0200 |
| commit | 393cea46d1b76b0229272edbc334f0471a069154 (patch) | |
| tree | 91c86f6583be277ac742286ef520952871f13b52 /src/exchangedb/exchange-0001-part.sql | |
| parent | 6f027fc13099f870e359aaf295f5e4051801c321 (diff) | |
| parent | 7ba135362e856dd7358878a03dc8991d8cc674cf (diff) | |
implement shard node setup and drop
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
| -rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index 359fe9f8..a478a0d1 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 |
