Home
last modified time | relevance | path

Searched refs:toppages (Results 1 – 2 of 2) sorted by last modified time

/plugin/top/db/
H A Dupdate0001.sql1 CREATE TABLE toppages ( table
H A Dupdate0002.sql9 INSERT INTO toptemp (page, month, lang, value) SELECT page, '', '', value FROM toppages;
11 DROP TABLE toppages;
13 CREATE TABLE toppages ( table
21 INSERT INTO toppages (page, month, lang, value) SELECT page, month, lang, value FROM toptemp;