mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Forgot an error_log in dbupdate_3.3.php :P
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user