Home
last modified time | relevance | path

Searched refs:taggings (Results 1 – 3 of 3) sorted by relevance

/plugin/tagging/db/
H A Dupdate0002.sql6 INSERT INTO taggings_tmp SELECT pid, tag, tagger FROM taggings;
7 DROP TABLE taggings;
10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger)); table
11 INSERT INTO taggings SELECT pid, tag, tagger, '' FROM taggings_tmp;
14 CREATE INDEX idx_taggings_pid ON taggings(pid);
15 CREATE INDEX idx_taggings_lang ON taggings(lang)
H A Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); table
2 CREATE INDEX idx_pid ON taggings(pid);
/plugin/tagging/lang/en/
H A Dclean.txt3 Here you can delete all invalid taggings (tags pointing to nonexistent pages). No valid taggings will be removed.