Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m20s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m20s
This commit is contained in:
commit
732f73b637
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue