From 68583e0e1dcdcab784c3ed9406b023d9ac5cc82c Mon Sep 17 00:00:00 2001
From: nicod_ <nicod@lerebooteux.fr>
Date: Sun, 16 Apr 2023 17:04:05 +0200
Subject: [PATCH] jointure potentielle avec tous les objets

---
 base/blocks.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/base/blocks.php b/base/blocks.php
index 981c683..b566319 100644
--- a/base/blocks.php
+++ b/base/blocks.php
@@ -108,6 +108,9 @@ function blocks_declarer_tables_objets_sql($tables) {
 
 	];
 
+	// jointure potentielle avec tous les objets
+	$tables[]['tables_jointures'][] = 'blocs_liens';
+
 	return $tables;
 }
 
-- 
GitLab