This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
oott
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rzuasti/oott.git
synced
2026-07-08 19:21:54 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96b328ae87f87b2d39d6e8fac90a52039e557f43
oott
/
backend
/
database_migrations
/
04-add_device_events_index
/
up.sql
T
2 lines
92 B
SQL
Raw
Normal View
History
Unescape
Escape
Add retention policy for device_events and notifications
2026-05-28 09:00:36 -04:00
CREATE
INDEX
idx_device_events_mac_created
ON
device_events
(
mac_address
,
created_on
DESC
);
Reference in New Issue
Copy Permalink