Skip to content

Commit

Permalink
feat(fix): add missing import of diesel::sql_types::* for users table…
Browse files Browse the repository at this point in the history
… in schema.rs
  • Loading branch information
KavikaPalletenne committed Oct 2, 2023
1 parent 1b9b43f commit f6ef94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/server/src/database/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ table! {
}

table! {
use diesel::sql_types::*;
use super::UserGenderMapping;

users (id) {
Expand Down

0 comments on commit f6ef94c

Please sign in to comment.