summaryrefslogtreecommitdiff
path: root/maintenance/sqlite/archives/patch-tc-timestamp.sql
blob: 551a5f1c2261b1c1829175fbb5414000318db586 (plain)
1
2
3
UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));

INSERT INTO /*_*/updatelog VALUES ('convert transcache field');