This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  b81eaa6dde948a4bf0684fee5206c0ccd14b41c9 (commit)
      from  279bff205cb745e729dd77c77930fc20c0fe2f3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b81eaa6dde948a4bf0684fee5206c0ccd14b41c9

commit b81eaa6dde948a4bf0684fee5206c0ccd14b41c9
Author: Franck Villaume <[email protected]>
Date:   Wed Dec 28 15:32:38 2016 +0100

    fix SQL syntax

diff --git a/src/db/20161228-widget-artifact-display-2.sql 
b/src/db/20161228-widget-artifact-display-2.sql
index 99fb22d..d1542b0 100644
--- a/src/db/20161228-widget-artifact-display-2.sql
+++ b/src/db/20161228-widget-artifact-display-2.sql
@@ -1,4 +1,4 @@
-ALTER TABLE artifact_display_widget DROP COLUMNS cols;
+ALTER TABLE artifact_display_widget DROP COLUMN cols;
 ALTER TABLE artifact_display_widget_field ADD COLUMN width integer;
 ALTER TABLE artifact_display_widget_field ADD COLUMN section text;
 

-----------------------------------------------------------------------

Summary of changes:
 src/db/20161228-widget-artifact-display-2.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to