This commit is contained in:
Michele Artini 2021-04-13 15:51:50 +02:00
parent c7a9e51bb8
commit 560cce5337
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ DELETE FROM oa_duplicates WHERE created_by = 'dedupWf' and reltype = 'suggested'
DELETE FROM organizations WHERE created_by = 'dedupWf' and modified_by = 'dedupWf';
-- FIX IMPORT DATA
DELETE FROM tmp_dedup_events WHERE oa_name = '' AND oa_name IS NULL;
UPDATE tmp_dedup_events SET oa_country = 'UNKNOWN' WHERE oa_country = '' OR oa_country IS NULL;
-- NEW ORGANIZATIONS