Semaphore/db/migrations/v1.1.0.sql
2016-05-24 10:55:48 +01:00

2 lines
191 B
SQL

/* 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;