From f2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Nov 2022 18:40:44 +0100 Subject: more sql refactoring --- src/exchangedb/0002-deposits.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/0002-deposits.sql') diff --git a/src/exchangedb/0002-deposits.sql b/src/exchangedb/0002-deposits.sql index 874b33ccc..2be51903a 100644 --- a/src/exchangedb/0002-deposits.sql +++ b/src/exchangedb/0002-deposits.sql @@ -49,7 +49,7 @@ BEGIN ,partition_suffix ); PERFORM comment_partitioned_table( - 'Deposits we have received and for which we need to make (aggregate) wire transfers (and manage refunds).'; + 'Deposits we have received and for which we need to make (aggregate) wire transfers (and manage refunds).' ,table_name ,partition_suffix ); -- cgit v1.2.3