created_at swagger
This commit is contained in:
@@ -37,7 +37,8 @@ use tower::util::ServiceExt;
|
||||
use uuid::Uuid;
|
||||
|
||||
const MIGRATIONS: EmbeddedMigrations = embed_migrations!("migrations");
|
||||
const RESET_SCHEMA_SQL: &str = include_str!("../../migrations/202510300000_initial_schema/down.sql");
|
||||
const RESET_SCHEMA_SQL: &str =
|
||||
include_str!("../../migrations/202510300000_initial_schema/down.sql");
|
||||
|
||||
static DB_LOCK: Lazy<Mutex<()>> = Lazy::new(|| Mutex::new(()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user