Skip to content

Commit

Permalink
build(deps): bump diesel_migrations from 2.1.0 to 2.2.0 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 9ef1fa5 commit 9a5df54
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 51 deletions.
81 changes: 31 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/db/v2/bcd_updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use diesel::sql_types::{Nullable, Text};
use diesel::PgConnection;
use diesel::PgTextExpressionMethods;
use r2d2::PooledConnection;
sql_function!(fn lower(a: Nullable<Text>) -> Nullable<Text>);
define_sql_function!(fn lower(a: Nullable<Text>) -> Nullable<Text>);

const PAGE_LENGTH: i64 = 5;

Expand Down

0 comments on commit 9a5df54

Please sign in to comment.