feat: setup diesel & schema, course with metrics/audit tables

This commit is contained in:
2025-08-27 18:57:43 -05:00
parent c7117f14a3
commit e734e40347
11 changed files with 218 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ mod app_state;
mod banner;
mod bot;
mod config;
mod data;
mod error;
mod services;
mod web;