Skip to content

Commit

Permalink
readding broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSch committed Feb 1, 2024
1 parent 82491c5 commit 023b609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use serde::{Deserialize, Serialize};
use super::{
models::{Stream, StreamNew},
schema,
schema::stream::{self, dsl::*},
};

pub const MIGRATIONS: EmbeddedMigrations = diesel_migrations::embed_migrations!("migrations");
Expand Down

0 comments on commit 023b609

Please sign in to comment.