source: extensions/FacebookPlug/History/readme @ 12287

Last change on this file since 12287 was 12287, checked in by rub, 13 years ago

Update readme

File size: 217 bytes
Line 
1SELECT SCRIPT_NAME, COUNT( * )
2FROM  `FBP_HISTORY`
3GROUP BY SCRIPT_NAME
4LIMIT 0 , 30
5
6export_effectuer
7
8delete from FBP_HISTORY where SCRIPT_NAME in ('admin', 'upload_photo');
9OPTIMIZE TABLE `FBP_HISTORY`;
Note: See TracBrowser for help on using the repository browser.