gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/03: remove unused column


From: gnunet
Subject: [libeufin] 02/03: remove unused column
Date: Wed, 10 Jun 2020 08:47:39 +0200

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

dold pushed a commit to branch master
in repository libeufin.

commit e6b8c8bbbe43d92d6729b7ba3e3d1c51e012f991
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Jun 10 12:01:44 2020 +0530

    remove unused column
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index ce75acd..73d2d07 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -252,7 +252,6 @@ object FacadesTable : IdTable<String>() {
     override val id = FacadesTable.text("id").entityId()
     val type = text("type")
     val creator = reference("creator", NexusUsersTable)
-    val highestSeenMsgID = long("highestSeenMessageID").default(0)
 }
 
 class FacadeEntity(id: EntityID<String>) : Entity<String>(id) {

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