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 1621cfc2a2d76d5d1679be2548f59bd0795ddd0e (commit)
from fabfed4783659da984979082ebe55df016cb5c6a (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=1621cfc2a2d76d5d1679be2548f59bd0795ddd0e
commit 1621cfc2a2d76d5d1679be2548f59bd0795ddd0e
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date: Thu May 19 20:58:14 2016 +0200
Tracker workflow: add support of required fields, fix sql
diff --git a/src/db/20160513-create-artifact_workflow_required_field.sql
b/src/db/20160513-create-artifact_workflow_required_field.sql
index 297e2c6..d688acd 100644
--- a/src/db/20160513-create-artifact_workflow_required_field.sql
+++ b/src/db/20160513-create-artifact_workflow_required_field.sql
@@ -7,4 +7,4 @@ CREATE TABLE artifact_workflow_required_fields
CONSTRAINT artifact_workflow_required_fields_event_id_fkey FOREIGN KEY
(event_id)
REFERENCES artifact_workflow_event (event_id) MATCH SIMPLE
ON UPDATE NO ACTION ON DELETE CASCADE
-)
\ No newline at end of file
+);
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
src/db/20160513-create-artifact_workflow_required_field.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