mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 06:29:57 +08:00
Fix missing DB patch and use DATETIME as column format
This commit is contained in:
7
db/patch-heartbeat-add-last-notified-time.sql
Normal file
7
db/patch-heartbeat-add-last-notified-time.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE heartbeat
|
||||
ADD last_notified_time DATETIME default null;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user