Compare commits

..

No commits in common. "209e65180eac8aa30782338b6cc83f885bb78072" and "040304d04f5e587b77b1235733d3d914e3ee589b" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -9,8 +9,5 @@ BEGIN
SET NEW.userFk = account.myUser_getId();
END IF;
IF NEW.shelvingFk <> OLD.shelvingFk THEN
SET NEW.movingState = NULL;
END IF;
END$$
DELIMITER ;

View File

@ -1,3 +0,0 @@
-- Place your SQL code here
ALTER TABLE vn.itemShelving DROP COLUMN IF EXISTS isMoving;
ALTER TABLE vn.itemShelving ADD IF NOT EXISTS movingState ENUM('selected','printed') NULL;