Skip to content

Commit 52c7fdf

Browse files
committed
Fix git merge of schema that applied cleanly but was a logical conflict
The ltree `use` statements aren't in the schema anymore.
1 parent e446eec commit 52c7fdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schema.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ table! {
910910
table! {
911911
use diesel::sql_types::*;
912912
use diesel_full_text_search::{TsVector as Tsvector};
913-
use diesel_ltree::Ltree;
914913

915914
/// Representation of the `versions` table.
916915
///

0 commit comments

Comments
 (0)