#5858 - zoneCollisions #1853

Merged
jsegarra merged 78 commits from 5858-zone_Collisions into dev 2024-03-15 12:36:38 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit b453abdb3a - Show all commits

View File

@ -0,0 +1,5 @@
USE vn;
CREATE EVENT zoneCollisionsCheck
ON SCHEDULE AT CURRENT_TIMESTAMP
DISABLE ON SLAVE
DO SELECT vn.zoneIncluded_checkCollisions;