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-aggregation_transient.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchangedb/0002-aggregation_transient.sql') diff --git a/src/exchangedb/0002-aggregation_transient.sql b/src/exchangedb/0002-aggregation_transient.sql index c27310493..4739379e8 100644 --- a/src/exchangedb/0002-aggregation_transient.sql +++ b/src/exchangedb/0002-aggregation_transient.sql @@ -41,3 +41,17 @@ BEGIN END $$; + + +INSERT INTO exchange_tables + (name + ,version + ,action + ,partitioned + ,by_range) + VALUES + ('aggregation_transient' + ,'exchange-0002' + ,'create' + ,TRUE + ,FALSE); -- cgit v1.2.3