Skip to content

Commit 5858323

Browse files
committed
purge des enregistrements dans la table parcelle_info (3liz#505)
suite a e5de5af et 923ffea
1 parent 1ac1e35 commit 5858323

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cadastre/scripts/plugin/majic3_purge_donnees.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ DELETE FROM ${PREFIXE}suftaxation WHERE lot='${LOT}';
2424
DELETE FROM ${PREFIXE}sufexoneration WHERE lot='${LOT}';
2525
DELETE FROM ${PREFIXE}suf WHERE lot='${LOT}';
2626
DELETE FROM ${PREFIXE}parcelle WHERE lot='${LOT}';
27+
DELETE FROM ${PREFIXE}parcelle_info WHERE lot='${LOT}';
2728
-- PURGE DES DONNEES : FIN;

0 commit comments

Comments
 (0)