mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
218 B
SQL
4 lines
218 B
SQL
ALTER TABLE /*_*/transcache MODIFY tc_time binary(14);
|
|
UPDATE /*_*/transcache SET tc_time = DATE_FORMAT(FROM_UNIXTIME(tc_time), "%Y%c%d%H%i%s");
|
|
|
|
INSERT INTO /*_*/updatelog(ul_key) VALUES ('convert transcache field');
|