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  29e25591d8b21f8bf75f6905e44faeb172c941f0 (commit)
      from  84149b23caa870af544578456f5cc565ae2169d2 (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=29e25591d8b21f8bf75f6905e44faeb172c941f0

commit 29e25591d8b21f8bf75f6905e44faeb172c941f0
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Mon Apr 19 21:33:57 2021 +0200

    fix db upgrade script

diff --git a/src/db/20190511-votes-for-project-and-diary-and-frs-release.sql 
b/src/db/20190511-votes-for-project-and-diary-and-frs-release.sql
index 40e8a7e..be0cd5e 100644
--- a/src/db/20190511-votes-for-project-and-diary-and-frs-release.sql
+++ b/src/db/20190511-votes-for-project-and-diary-and-frs-release.sql
@@ -1,6 +1,6 @@
 -- Add a table to count diary votes.
 
-CREATE TABLE diarynotes_votes (
+CREATE TABLE diarynote_votes (
        diary_id        integer         NOT NULL,
        user_id         integer         NOT NULL,
        CONSTRAINT diarynotes_votes_fk_did
@@ -13,7 +13,7 @@ CREATE TABLE diarynotes_votes (
 
 -- Add a table to count project votes.
 
-CREATE TABLE groups_votes (
+CREATE TABLE group_votes (
        group_id        integer         NOT NULL,
        user_id         integer         NOT NULL,
        CONSTRAINT groups_votes_fk_gid

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

Summary of changes:
 src/db/20190511-votes-for-project-and-diary-and-frs-release.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to