admin migrate-database

This commit is contained in:
2025-11-11 15:54:57 +01:00
parent 6f34a0a4fa
commit 31db4ede38
6 changed files with 60 additions and 5 deletions
+1
View File
@@ -18,4 +18,5 @@ pub mod tenants;
pub mod utils;
pub mod workers;
pub use workers::{default_handlers, Worker};
pub mod migrations;
pub mod test_support;