Renderer/assets/DB/structs/deleteStruct.sql
austin 3782145fb3
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
fix builds
2024-08-16 09:33:27 -04:00

7 lines
113 B
SQL

--positions
DELETE FROM structWorldPositions WHERE structID=0;
--data
DELETE FROM structData WHERE structID=0;