- ON DELETE RESTRICT auf ON DELETE CASCADE bei bei den notizen

- sql angepast
This commit is contained in:
ma0048
2024-12-13 11:03:46 +01:00
parent 5b3ffcfc9a
commit 3451741327
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ class notiz extends basis_db
FROM
public.tbl_notiz
LEFT JOIN public.tbl_notizzuordnung USING(notiz_id)
WHERE 1=1 AND AND tbl_notiz.typ IS NULL ";
WHERE 1=1 AND tbl_notiz.typ IS NULL ";
if(!is_null($erledigt))
{