forked from Public/pics
Recount tag cardinality after importing.
This commit is contained in:
parent
2c4277790b
commit
f2ec122234
@ -311,3 +311,9 @@ $db->query('
|
|||||||
)
|
)
|
||||||
WHERE kind = {string:person}',
|
WHERE kind = {string:person}',
|
||||||
['person' => 'Person']);
|
['person' => 'Person']);
|
||||||
|
|
||||||
|
/*******************************
|
||||||
|
* STEP 7: CLEANING UP
|
||||||
|
*******************************/
|
||||||
|
|
||||||
|
Tag::recount();
|
||||||
|
Loading…
Reference in New Issue
Block a user