From f6f18cb5a4d251a4e8e4e575ee8f23ec9331a478 Mon Sep 17 00:00:00 2001 From: Brendan O'Connell Date: Tue, 12 Nov 2024 16:39:45 +0100 Subject: [PATCH] Restore schema.rs --- src/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.rs b/src/schema.rs index c97e4060..ab1be781 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -1,4 +1,4 @@ -// @generated automatically by Diesel CLI. +// @generated automatically by Diesel CLI.. pub mod sql_types { #[derive(diesel::sql_types::*, diesel::query_builder::QueryId, crate::model::contribution::Contribution_type, crate::model::work::Work_type, crate::model::work::Work_status, crate::model::publication::Publication_type, crate::model::language::Language_relation, crate::model::language::Language_code, crate::model::series::Series_type, crate::model::price::Currency_code, crate::model::subject::Subject_type, crate::model::institution::Country_code, crate::model::work_relation::Relation_type, diesel::sql_types::SqlType)]