[Fusionforge-commits] FusionForge branch master updated. 6443046afa3a8af1fbd283b4fffe181a50bb8bbc

Franck VILLAUME nerville at fusionforge.org
Mon Jul 1 23:24:16 CEST 2013


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  6443046afa3a8af1fbd283b4fffe181a50bb8bbc (commit)
      from  40d8dcdd1dcda39f51dce35609662efde33eab0b (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 -----------------------------------------------------------------
commit 6443046afa3a8af1fbd283b4fffe181a50bb8bbc
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Jul 1 23:23:59 2013 +0200

    db: drop wrong constraint if any exists on stats_agg

diff --git a/src/db/20130701-delete-constraints-on-stats_agg.sql b/src/db/20130701-delete-constraints-on-stats_agg.sql
new file mode 100644
index 0000000..07544b1
--- /dev/null
+++ b/src/db/20130701-delete-constraints-on-stats_agg.sql
@@ -0,0 +1,2 @@
+ALTER TABLE stats_agg_site_by_group DROP CONSTRAINT IF EXISTS stats_agg_site_by_group_group_id_fkey;
+ALTER TABLE stats_agg_logo_by_group DROP CONSTRAINT IF EXISTS stats_agg_logo_by_group_group_id_fkey;

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

Summary of changes:
 src/db/20130701-delete-constraints-on-stats_agg.sql |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 src/db/20130701-delete-constraints-on-stats_agg.sql


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list