Can use backup routes from API

This commit is contained in:
2025-05-02 15:31:29 +02:00
parent e159d3c963
commit c68ddffc5e
9 changed files with 32 additions and 2 deletions

View File

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