From 1c923855a31b35e28706ba2fafa2d2bccc7ee775 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 28 Jul 2023 14:29:25 +0200 Subject: finalize v3/v4 -> v2 exchange schema merger --- src/exchangedb/0002-kyc_attributes.sql | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/exchangedb/0002-kyc_attributes.sql') diff --git a/src/exchangedb/0002-kyc_attributes.sql b/src/exchangedb/0002-kyc_attributes.sql index 9b18b6c2..d02e2568 100644 --- a/src/exchangedb/0002-kyc_attributes.sql +++ b/src/exchangedb/0002-kyc_attributes.sql @@ -55,12 +55,6 @@ BEGIN ,table_name ,partition_suffix ); - PERFORM comment_partitioned_column( - 'birth date of the user, in format YYYY-MM-DD where a value of 0 is used to indicate unknown (in official documents); NULL if the birth date was not collected by the provider; used for KYC-driven age restrictions' - ,'birthdate' - ,table_name - ,partition_suffix - ); PERFORM comment_partitioned_column( 'time when the attributes were collected by the provider' ,'collection_time' @@ -144,12 +138,12 @@ INSERT INTO exchange_tables ,by_range) VALUES ('kyc_attributes' - ,'exchange-0003' + ,'exchange-0002' ,'create' ,TRUE ,FALSE), ('kyc_attributes' - ,'exchange-0003' + ,'exchange-0002' ,'constrain' ,TRUE ,FALSE); -- cgit v1.2.3