Home
last modified time | relevance | path

Searched refs:tasks_tmp (Results 1 – 1 of 1) sorted by path

/plugin/do/db/
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); table
10 INSERT INTO tasks_tmp SElECT page, md5, date, text , creator , pos FROM tasks;
14 INSERT INTO tasks SElECT page, md5, date, text , creator , pos FROM tasks_tmp;
15 DROP TABLE tasks_tmp;