Add support for statistics routes

This commit is contained in:
2025-05-02 08:56:51 +02:00
parent 7c0d758839
commit 16ef1147fe
9 changed files with 33 additions and 2 deletions

View File

@ -22,7 +22,8 @@ CREATE TABLE tokens
right_movement BOOLEAN NOT NULL DEFAULT false,
right_inbox BOOLEAN NOT NULL DEFAULT false,
right_file BOOLEAN NOT NULL DEFAULT false,
right_auth BOOLEAN NOT NULL DEFAULT false
right_auth BOOLEAN NOT NULL DEFAULT false,
right_stats BOOLEAN NOT NULL DEFAULT false
);
CREATE TABLE files