We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac1e35 commit 5858323Copy full SHA for 5858323
1 file changed
cadastre/scripts/plugin/majic3_purge_donnees.sql
@@ -24,4 +24,5 @@ DELETE FROM ${PREFIXE}suftaxation WHERE lot='${LOT}';
24
DELETE FROM ${PREFIXE}sufexoneration WHERE lot='${LOT}';
25
DELETE FROM ${PREFIXE}suf WHERE lot='${LOT}';
26
DELETE FROM ${PREFIXE}parcelle WHERE lot='${LOT}';
27
+DELETE FROM ${PREFIXE}parcelle_info WHERE lot='${LOT}';
28
-- PURGE DES DONNEES : FIN;
0 commit comments