mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-08 09:30:43 +01:00
Fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(sqlx::FromRow, sqlx::Type, Serialize)]
|
||||
#[sqlx(type_name = "source_type")]
|
||||
pub struct Source {
|
||||
pub id: i32,
|
||||
pub name: String,
|
||||
|
||||
Reference in New Issue
Block a user