[vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 597a8965e14332cc7ee3fad4d4bca9c419342b14 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 597a8965e14332cc7ee3fad4d4bca9c419342b14
- From: git@xxxxxxxxxxxxx
- Date: Sat, 24 Sep 2016 11:48:04 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "vhffs4/vhffs.git" repository.
The branch, master has been updated
via 597a8965e14332cc7ee3fad4d4bca9c419342b14 (commit)
via 49a803fa08199159874501f9d9b4dff9a41ed702 (commit)
from 6dddc14b154ff85b5934b6575c9215dee283fb43 (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 597a8965e14332cc7ee3fad4d4bca9c419342b14
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sat Sep 24 11:41:47 2016 +0200
mail: autoreply: remove foreign key constraint on non-existing object_id field
Foreign key constraints can not be added on fields that don't exist,
really :p
commit 49a803fa08199159874501f9d9b4dff9a41ed702
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sat Sep 24 11:36:47 2016 +0200
mail: autoreply: fix used subquery in check constraint
PostgreSQL does not support subquery in check constraints, a trigger was
added to workaround this fact but the previous check was not removed
and the compat script was not updated accordingly as well.
-----------------------------------------------------------------------
Summary of changes:
vhffs-backend/src/pgsql/initdb.sql.in | 4 +---
vhffs-compat/from-4.5-to-4.6.sql | 17 ++++++++++++++---
2 files changed, 15 insertions(+), 6 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git