mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Added lastupdate column which will always use NOW() when doing a dbUpdate
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `sensors` ADD `lastupdate` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
|
||||
Reference in New Issue
Block a user