mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
3 lines
169 B
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');
|