mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +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:
		@@ -0,0 +1,5 @@
 | 
			
		||||
ALTER TABLE `item`
 | 
			
		||||
MODIFY `itemdate` DATETIME NULL;
 | 
			
		||||
 | 
			
		||||
ALTER TABLE `item`
 | 
			
		||||
MODIFY `duedate` DATETIME NULL;
 | 
			
		||||
		Reference in New Issue
	
	Block a user