mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 07:05:59 +00:00
Change columns from timestamp to datetime
In MariaDB the timestamp has some properties that make it a not a good fit.
This commit is contained in:
parent
d79ae6233a
commit
23477e34f9
@ -0,0 +1,5 @@
|
|||||||
|
ALTER TABLE `item`
|
||||||
|
MODIFY `itemdate` DATETIME NULL;
|
||||||
|
|
||||||
|
ALTER TABLE `item`
|
||||||
|
MODIFY `duedate` DATETIME NULL;
|
Loading…
x
Reference in New Issue
Block a user