Create sql script that updates warranty status. #215

This commit is contained in:
Korina Cordero 2019-05-28 00:24:22 +00:00
parent e4144c517a
commit e4fc5f8648

View file

@ -0,0 +1 @@
update warranty set status='expired' where date_expire < now() - interval 1 day;