mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 00:02:19 -07:00
timestamp cleanup
This commit is contained in:
@@ -17,6 +17,7 @@ from db.db_upgrade import (
|
||||
ensure_Settings,
|
||||
ensure_Indexes,
|
||||
ensure_mac_lowercase_triggers,
|
||||
migrate_timestamps_to_utc,
|
||||
)
|
||||
|
||||
|
||||
@@ -187,6 +188,9 @@ class DB:
|
||||
# Parameters tables setup
|
||||
ensure_Parameters(self.sql)
|
||||
|
||||
# One-time UTC timestamp migration (must run after Parameters table exists)
|
||||
migrate_timestamps_to_utc(self.sql)
|
||||
|
||||
# Plugins tables setup
|
||||
ensure_plugins_tables(self.sql)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user