mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-27 06:58:25 +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" bigint auto_increment;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `joblog`
|
||||
ADD COLUMN `counter` mediumint auto_increment unique;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "joblog"
|
||||
ADD COLUMN "counter" bigserial;
|
Reference in New Issue
Block a user