mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
2 lines
191 B
MySQL
2 lines
191 B
MySQL
|
/* 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;
|