Require diesel 2.2

This commit is contained in:
Elias Projahn 2024-06-10 14:34:46 +02:00
parent f4c36de342
commit 016bace36e
3 changed files with 93 additions and 35 deletions

View file

@ -10,7 +10,7 @@ use gtk::{glib, glib::Properties, prelude::*, subclass::prelude::*};
use crate::db::{self, models::*, schema::*, tables, TranslatedString};
diesel::sql_function! {
diesel::define_sql_function! {
/// Represents the SQL RANDOM() function.
fn random() -> Integer
}