mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-29 16:18:22 +00:00
Add counter to joblog for correct log order
This is to distinguish log entries created at the same time.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `joblog`
|
||||
ADD COLUMN `counter` mediumint auto_increment unique;
|
Reference in New Issue
Block a user