dolibarr.netdiag/sql/llx_netdiag_applog.key.sql
Eduard Wisch 914101ba30
All checks were successful
Deploy netdiag / deploy (push) Successful in 14s
API-Endpoint applog.php — Debug-Log der mobilen App empfangen [deploy]
Die App erfasst Fehler/Meldungen und schiebt sie per POST hierher; sie
landen in llx_netdiag_applog und sind serverseitig auswertbar — ohne Kabel.
- api/applog.php: JWT-Auth (wie alle Endpoints), Batch-Insert, legt die
  Tabelle bei Bedarf an (Modul kann schon vorher installiert gewesen sein)
- sql/llx_netdiag_applog.sql + .key.sql: Tabelle fuer saubere Neuinstallation

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 17:39:31 +02:00

5 lines
184 B
SQL

-- Copyright (C) 2026 Eduard Wisch <data@data-it-solution.de>
--
-- Index für llx_netdiag_applog
ALTER TABLE llx_netdiag_applog ADD INDEX idx_netdiag_applog_creation(date_creation);