guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp5


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp5
Date: Sun, 13 Dec 2020 09:57:24 -0500

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

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 7487a5f  tmp5
7487a5f is described below

commit 7487a5fc3c28cdc512825264776f4d1a1c58cdab
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Dec 13 15:57:17 2020 +0100

    tmp5
---
 src/sql/upgrade-18.sql | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/sql/upgrade-18.sql b/src/sql/upgrade-18.sql
new file mode 100644
index 0000000..13b9f01
--- /dev/null
+++ b/src/sql/upgrade-18.sql
@@ -0,0 +1,10 @@
+BEGIN TRANSACTION;
+
+CREATE TABLE Workers (
+  name        TEXT NOT NULL PRIMARY KEY,
+  address     TEXT NOT NULL,
+  systems     TEXT NOT NULL,
+  last_seen   INTEGER NOT NULL
+);
+
+COMMIT;



reply via email to

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