Is your feature request related to a problem? Please describe.
Issue where the date sorting order could change within a single second on refrefh if many messages were received within that second.
Describe the solution you'd like
Add milisecond to datetime in sql table columns,
Additional context
in syslog.logtime and syslog_incoming.logtime change to datetime(3)
Is your feature request related to a problem? Please describe.
Issue where the date sorting order could change within a single second on refrefh if many messages were received within that second.
Describe the solution you'd like
Add milisecond to datetime in sql table columns,
Additional context
in syslog.logtime and syslog_incoming.logtime change to datetime(3)