creating infra for filament tracking by user

This commit is contained in:
Janis Steiner
2024-10-14 14:14:47 +01:00
parent 1e72a1624b
commit fe92406a66
2 changed files with 10 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ $sql = "CREATE TABLE IF NOT EXISTS users (
notification_way INT,
notification_mail INT,
notification_telegram INT,
class_id INT
class_id INT,
filament_usage INT
)";
$link->query($sql);
//printer table