Why did I do this
This commit is contained in:
@@ -13,7 +13,7 @@ $stmt = $conn1->prepare("
|
|||||||
FROM chats
|
FROM chats
|
||||||
WHERE deleted_at = 0
|
WHERE deleted_at = 0
|
||||||
ORDER BY id DESC
|
ORDER BY id DESC
|
||||||
LIMIT 500
|
LIMIT 50
|
||||||
");
|
");
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user