Commit a583cd0
committed
dbop_sqlite: avoid use of UNIXEPOCH for allocated_eids
UNIXEPOCH is only supported by sqlite 3.38+.
Leap 15.3/15.4/15.5/15.6 has 3.44, but AlmaLinux 9 has
a lackluster version 3.34.1.
Since the allocated_time is not really used for anything,
we can just put 0 there.
References: DESK-2748, DESK-2754
Fixes: gromox-2.35-33-g2cab2c5a11 parent 06cdb1a commit a583cd0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments