Skip to content

Commit

Permalink
fix migration check
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunna09 committed Nov 14, 2024
1 parent 0c4ef49 commit baf137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/diesel_models/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ diesel::table! {
id -> Varchar,
#[sql_name = "type"]
#[max_length = 64]
id_type -> Varchar,
type_ -> Varchar,
data -> Jsonb,
created_at -> Timestamp,
last_modified_at -> Timestamp,
Expand Down

0 comments on commit baf137e

Please sign in to comment.