* Incorporate new Installer::performInstallation() function * Update SQLite schema tables to insert data to updatelog correctly
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');
|