add: app_data table

This commit is contained in:
trisua 2025-07-17 01:30:27 -04:00
parent f802a1c8ab
commit 5c520f4308
6 changed files with 249 additions and 0 deletions

View file

@ -1,3 +1,4 @@
mod app_data;
mod apps;
mod audit_log;
mod auth;