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  ffc387564d768ac0c8278428b8ce454ae04c6aea (commit)
      from  e4070ea146f2d4eb9ff53b7b33b13cb8bd022508 (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=ffc387564d768ac0c8278428b8ce454ae04c6aea

commit ffc387564d768ac0c8278428b8ce454ae04c6aea
Author: Franck Villaume <[email protected]>
Date:   Fri Apr 16 12:23:01 2021 +0000

    remove OIDS to support PostgreSQL 12

diff --git a/src/db/1-fusionforge-init.sql b/src/db/1-fusionforge-init.sql
index 4d6312d..61950b6 100644
--- a/src/db/1-fusionforge-init.sql
+++ b/src/db/1-fusionforge-init.sql
@@ -2742,7 +2742,7 @@ CREATE TABLE project_tags
 (
    group_id integer NOT NULL,
    name text NOT NULL
-) WITH OIDS;
+);
 
 
 CREATE VIEW activity_vw AS

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

Summary of changes:
 src/db/1-fusionforge-init.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