This website requires JavaScript.
Explore
Help
Sign In
encounter
/
decomp.dev
Watch
0
Star
0
Fork
0
mirror of
https://github.com/encounter/decomp.dev.git
synced
2026-07-10 03:18:48 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0b13972571760de59173f3de52cc255180fa02bf
decomp.dev
/
migrations
/
16_reports_timestamp_fix.sql
T
2 lines
63 B
SQL
Raw
Normal View
History
Unescape
Escape
Fix report timestamp storage & comparison
2025-04-20 16:17:30 -06:00
UPDATE
reports
SET
timestamp
=
datetime
(
timestamp
)
WHERE
TRUE
;
Reference in New Issue
Copy Permalink