Add all connectors
This commit is contained in:
@ -60,7 +60,7 @@ diesel::table! {
|
||||
time_update -> Int8,
|
||||
user_id -> Int4,
|
||||
#[max_length = 150]
|
||||
token -> Varchar,
|
||||
token_value -> Varchar,
|
||||
time_used -> Int8,
|
||||
max_inactivity -> Nullable<Int4>,
|
||||
#[max_length = 50]
|
||||
@ -95,11 +95,4 @@ diesel::joinable!(movement -> account (account_id));
|
||||
diesel::joinable!(movement -> attachment (attachment_id));
|
||||
diesel::joinable!(token -> users (user_id));
|
||||
|
||||
diesel::allow_tables_to_appear_in_same_query!(
|
||||
account,
|
||||
attachment,
|
||||
inbox,
|
||||
movement,
|
||||
token,
|
||||
users,
|
||||
);
|
||||
diesel::allow_tables_to_appear_in_same_query!(account, attachment, inbox, movement, token, users,);
|
||||
|
Reference in New Issue
Block a user