From be2c11a1797d8d16b86439a80a4f110f82bb5829 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Nov 2022 02:00:38 +0100 Subject: more sql refactoring --- src/exchangedb/0002-recoup.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchangedb/0002-recoup.sql') diff --git a/src/exchangedb/0002-recoup.sql b/src/exchangedb/0002-recoup.sql index 1e420c5f2..a3183610a 100644 --- a/src/exchangedb/0002-recoup.sql +++ b/src/exchangedb/0002-recoup.sql @@ -96,3 +96,17 @@ BEGIN END $$; + + +INSERT INTO exchange_tables + (name + ,version + ,action + ,partitioned + ,by_range) + VALUES + ('recoup' + ,'exchange-0002' + ,'create' + ,TRUE + ,FALSE); -- cgit v1.2.3