gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: SQL syntax


From: gnunet
Subject: [libeufin] branch master updated: SQL syntax
Date: Tue, 29 Aug 2023 14:03:06 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e21cb337 SQL syntax
e21cb337 is described below

commit e21cb337ad98d34e9d9c5f364a7f11f66e2c4ba1
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 29 14:03:02 2023 +0200

    SQL syntax
---
 database-versioning/new/sandbox-0001-refactor.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/database-versioning/new/sandbox-0001-refactor.sql 
b/database-versioning/new/sandbox-0001-refactor.sql
index 68c73c46..b5492041 100644
--- a/database-versioning/new/sandbox-0001-refactor.sql
+++ b/database-versioning/new/sandbox-0001-refactor.sql
@@ -362,13 +362,13 @@ CREATE TABLE IF NOT EXISTS taler_withdrawal_operations
   ,reserve_pub BYTEA CHECK(length(reserve_pub)=32) NULL
   ,selected_exchange_payto TEXT
   ,wallet_bank_account BIGINT NOT NULL
-    REFERENCES bank_accounts(id)
+    REFERENCES bank_accounts(bank_account_id)
       ON DELETE RESTRICT
       ON UPDATE RESTRICT
   );
-COMMENT ON COLUMN taler_withdrawals.selection_done
+COMMENT ON COLUMN taler_withdrawal_operations.selection_done
   IS 'Signals whether the wallet specified the exchange and gave the reserve 
public key';
-COMMENT ON COLUMN taler_withdrawals.confirmation_done
+COMMENT ON COLUMN taler_withdrawal_operations.confirmation_done
   IS 'Signals whether the payment to the exchange took place';
 
 -- end of: Taler integration

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]