guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix SQL syntax.


From: Mathieu Othacehe
Subject: branch master updated: Fix SQL syntax.
Date: Mon, 01 Feb 2021 06:06:25 -0500

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

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

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

commit da93cb96ff453d060bd185e31802ea58c5e8d7f0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 1 12:06:05 2021 +0100

    Fix SQL syntax.
    
    * src/sql/upgrade-3.sql: Fix syntax.
---
 src/sql/upgrade-3.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sql/upgrade-3.sql b/src/sql/upgrade-3.sql
index c6e9f19..8f01225 100644
--- a/src/sql/upgrade-3.sql
+++ b/src/sql/upgrade-3.sql
@@ -1,5 +1,5 @@
 BEGIN TRANSACTION;
 
-ALTER TABLE Builds ADD COLUMN last_status INTEGER,
+ALTER TABLE Builds ADD COLUMN last_status INTEGER;
 
 COMMIT;



reply via email to

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