fixed

Fixed: Prevent deletion of tables related to inactive nodes

[v 1.0.0] – 2025-04-25

🐛 Fixed

Nodes - Table Deletion

  • Inactive node protection: Fixed issue where tables related to inactive nodes could be deleted. System now prevents deletion by checking node status before allowing table removal.
  • Join validation: Added missing join with reporter_reports table and filter by status != 'INACTIVE' to properly validate node status before deletion.

⚡ Improved

  • Validation queries: Enhanced validation to check both reporter_tables and reporter_tables_joinmKeys with proper joins to reporter_reports table.
  • Status filtering: Added t0.Status != 'INACTIVE' condition to prevent operations on inactive node tables.