gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: unify to TEXT instead of mixing TEXT


From: gnunet
Subject: [taler-sync] branch master updated: unify to TEXT instead of mixing TEXT and VARCHAR
Date: Sun, 30 Jul 2023 14:03:13 +0200

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new c178903  unify to TEXT instead of mixing TEXT and VARCHAR
c178903 is described below

commit c1789039c97f8a88c16f251abfd188800a554582
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 30 14:03:09 2023 +0200

    unify to TEXT instead of mixing TEXT and VARCHAR
---
 src/syncdb/sync-0001.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/syncdb/sync-0001.sql b/src/syncdb/sync-0001.sql
index fc64655..c487923 100644
--- a/src/syncdb/sync-0001.sql
+++ b/src/syncdb/sync-0001.sql
@@ -43,7 +43,7 @@ CREATE INDEX IF NOT EXISTS accounts_expire ON
 
 CREATE TABLE IF NOT EXISTS payments
   (account_pub BYTEA CHECK (length(account_pub)=32)
-  ,order_id VARCHAR PRIMARY KEY
+  ,order_id TEXT PRIMARY KEY
   ,token BYTEA CHECK (length(token)=16)
   ,timestamp INT8 NOT NULL
   ,amount taler_amount NOT NULL

-- 
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]