mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
f0e8cbfc17
commit
c68ff51caf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (!isCommandLineInterface()) {
|
|||
|
||||
echo "Start delete statistics" . PHP_EOL;
|
||||
|
||||
$sql = "delete videos_statistics where id > 0";
|
||||
$sql = "delete FROM videos_statistics where id > 0";
|
||||
sqlDAL::writeSql($sql);
|
||||
|
||||
echo "Finish delete statistics" . PHP_EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue