This commit is contained in:
dullbananas 2024-05-22 14:23:43 -07:00 committed by GitHub
parent c7babd748a
commit e5bc0bba4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,13 @@ use anyhow::{anyhow, Context};
use diesel::{
connection::SimpleConnection,
dsl::exists,
expression::IntoSql,
migration::{Migration, MigrationSource, MigrationVersion},
migration::{Migration, MigrationVersion},
pg::Pg,
select,
sql_types,
update,
BoolExpressionMethods,
Connection,
ExpressionMethods,
NullableExpressionMethods,
PgConnection,
QueryDsl,
RunQueryDsl,