Semaphore/db/migrations/v1.1.0.sql

2 lines
191 B
MySQL
Raw Normal View History

2016-04-09 00:51:24 +02:00
/* update precision of output logs - also prevents confusion when sorting the table to guarantee it is in the same order */
alter table task__output change `time` `time` datetime(6) not null;