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
main
oott
/
backend
/
database_migrations
/
04-add_device_events_index
/
up.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
2 lines
92 B
SQL
Raw
Permalink
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