guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add missing sql upgrade-8.sql file.


From: Christopher Baines
Subject: branch master updated: Add missing sql upgrade-8.sql file.
Date: Sat, 13 Jun 2020 12:03:02 -0400

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 76ec296  Add missing sql upgrade-8.sql file.
76ec296 is described below

commit 76ec2967bce2b91db1f7a655bceba0650e222f3f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jun 13 16:59:44 2020 +0100

    Add missing sql upgrade-8.sql file.
    
    * Makefile.am (dist_sql_DATA): Add src/sql/upgrade-8.sql.
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f4a3663..72fd88a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,8 @@ dist_sql_DATA =                               \
   src/sql/upgrade-4.sql                                \
   src/sql/upgrade-5.sql                                \
   src/sql/upgrade-6.sql                        \
-  src/sql/upgrade-7.sql
+  src/sql/upgrade-7.sql                        \
+  src/sql/upgrade-8.sql
 
 dist_css_DATA =                                        \
   src/static/css/cuirass.css                   \



reply via email to

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