diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2023-05-21 18:47:39 +0200 | 
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2023-05-21 18:47:39 +0200 | 
| commit | aa8d44aab3af79429247b6cf74da59398600cde3 (patch) | |
| tree | f028360ac262093b66f175bb2e3999df7d1fad27 /src/exchangedb | |
| parent | 721cd047ff68daccb4f745dc76b4bc1094703412 (diff) | |
-typo
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/0004-kyc_attributes.sql | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/exchangedb/0004-kyc_attributes.sql b/src/exchangedb/0004-kyc_attributes.sql index c13f47d9..e45d46b3 100644 --- a/src/exchangedb/0004-kyc_attributes.sql +++ b/src/exchangedb/0004-kyc_attributes.sql @@ -28,7 +28,7 @@ BEGIN  END $$;  COMMENT ON FUNCTION master_table_kyc_attributes_V2 -  IS 'Removes birthdate colum from the kyc_attributes table'; +  IS 'Removes birthdate column from the kyc_attributes table';  INSERT INTO exchange_tables      (name | 
