Feat(SQL): Locations redesigned for parent location id stored on location table and links table removed.
This commit is contained in:
@@ -22,11 +22,6 @@ BEGIN
|
||||
WHERE LOCATIONS_T.GUID = a_guid
|
||||
;
|
||||
|
||||
DELETE LOCATION_LINK_T
|
||||
FROM parts.DOG_Location_Link_Temp LOCATION_LINK_T
|
||||
WHERE LOCATION_LINK_T.GUID = a_guid
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
||||
IF a_debug = 1 THEN
|
||||
|
||||
Reference in New Issue
Block a user