Forgot an error_log in dbupdate_3.3.php :P

This commit is contained in:
Paolo
2017-08-29 15:07:26 +02:00
parent e908be8021
commit fceb9a8b09
-1
View File
@@ -393,7 +393,6 @@ if ($result = @$db->db_query("SELECT conname FROM pg_constraint WHERE conname =
{
if ($db->db_num_rows($result) == 0)
{
error_log("ok");
$qry = "ALTER TABLE system.tbl_phrasentext ADD CONSTRAINT tbl_phrasentext_sprache_fkey FOREIGN KEY (sprache) REFERENCES public.tbl_sprache(sprache) ON UPDATE CASCADE ON DELETE RESTRICT;";
if (!$db->db_query($qry))