8408-disponible-por-zonas #3503

Merged
pako merged 2 commits from 8408-disponible-por-zonas into dev 2025-02-28 06:56:10 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 1103b0b257 - Show all commits

View File

@ -3,5 +3,4 @@ UPDATE vn.travel
SET availabled = landed SET availabled = landed
WHERE availabled IS NULL; WHERE availabled IS NULL;
ALTER TABLE vn.travel MODIFY COLUMN availabled datetime NOT NULL
COMMENT 'Indicates the moment in time when the goods become available for picking';