mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2590 from laf/issue-2493
Added lastupdate column which will always use NOW() when doing a dbUpdate
This commit is contained in:
1
sql-schema/081.sql
Normal file
1
sql-schema/081.sql
Normal file
@ -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