docbox-database 0.11.1

Docbox database structures, logic, and migrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod document_box;
pub mod edit_history;
pub mod file;
pub mod folder;
pub mod generated_file;
pub mod link;
pub mod link_resolved_metadata;
pub mod presigned_upload_task;
pub mod root_migration;
pub mod search;
pub mod shared;
pub mod tasks;
pub mod tenant;
pub mod tenant_migration;
pub mod user;