aboutsummaryrefslogtreecommitdiff
path: root/classes/Db.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Db.php')
-rw-r--r--classes/Db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Db.php b/classes/Db.php
index 6310d11e3..872c6b351 100644
--- a/classes/Db.php
+++ b/classes/Db.php
@@ -71,6 +71,7 @@ class Db {
return self::$instance->pdo;
}
+ /** @deprecated usages should be replaced with `RANDOM()` */
public static function sql_random_function(): string {
return "RANDOM()";
}