worker-service 0.2.0

Worker Service - A worker administration microservice that interoperates with the worker-matcher crate
1
2
3
4
5
6
7
//! Database schema definitions (SeaORM)
//!
//! This file defines SeaORM entity modules.
//! To regenerate: sea-orm-cli generate entity -o src/db/entity

// SeaORM entities are defined in the models module.
// This module is kept for backward compatibility and re-exports.