salix/db/changes/10280-valentineDay/00-itemImageQueue.sql

3 lines
80 B
MySQL
Raw Normal View History

ALTER TABLE `vn`.`itemImageQueue`
ADD attempts INT default 0 NULL AFTER error;