Skip to content

Commit 742369c

Browse files
committed
Commit changes to schema made by migrations
1 parent 8e64c0b commit 742369c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,10 @@ table! {
544544
id -> Int4,
545545
/// The `keyword` column of the `keywords` table.
546546
///
547-
/// Its SQL type is `Varchar`.
547+
/// Its SQL type is `Text`.
548548
///
549549
/// (Automatically generated by Diesel.)
550-
keyword -> Varchar,
550+
keyword -> Text,
551551
/// The `crates_cnt` column of the `keywords` table.
552552
///
553553
/// Its SQL type is `Int4`.

0 commit comments

Comments
 (0)