mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
2 lines
191 B
SQL
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; |