Built-in fix for 'None' entries in the missing table

This commit is contained in:
Gregoo
2025-01-17 17:19:31 +01:00
parent e4d052f22c
commit 0d9276f639
4 changed files with 27 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
SELECT count(*) AS count
FROM missing
WHERE element_id = 'None'