Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
cargo devel CI / cargo CI (push) Successful in 3m20s
Details
cargo devel CI / cargo CI (push) Successful in 3m20s
Details
This commit is contained in:
commit
732f73b637
|
@ -13,7 +13,6 @@ use libpt::log::{error, info, warn};
|
||||||
|
|
||||||
use self::models::*;
|
use self::models::*;
|
||||||
use self::schema::posts::dsl::*;
|
use self::schema::posts::dsl::*;
|
||||||
use diesel::prelude::*;
|
|
||||||
|
|
||||||
pub fn establish_connection() -> anyhow::Result<SqliteConnection> {
|
pub fn establish_connection() -> anyhow::Result<SqliteConnection> {
|
||||||
dotenv()?;
|
dotenv()?;
|
||||||
|
|
Loading…
Reference in New Issue