wiki.techinc.nl/maintenance/sqlite/archives/patch-tc-timestamp.sql
Mark A. Hershberger 572bfe1228 * re r69332, r64217: complete removal of WikiSysop for CLI installer
* Incorporate new Installer::performInstallation() function
* Update SQLite schema tables to insert data to updatelog correctly
2010-07-18 18:52:05 +00:00

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');