Skip to content

Commit

Permalink
Commit changes to schema made by migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 2, 2019
1 parent 8f53666 commit 547339a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schema.rs
Expand Up @@ -544,10 +544,10 @@ table! {
id -> Int4,
/// The `keyword` column of the `keywords` table.
///
/// Its SQL type is `Varchar`.
/// Its SQL type is `Text`.
///
/// (Automatically generated by Diesel.)
keyword -> Varchar,
keyword -> Text,
/// The `crates_cnt` column of the `keywords` table.
///
/// Its SQL type is `Int4`.
Expand Down

0 comments on commit 547339a

Please sign in to comment.