1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/sqlite/archives/patch-tc-timestamp.sql

3 lines
169 B
SQL

UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));
INSERT INTO /*_*/updatelog (ul_key) VALUES ('convert transcache field');