Added bartender label files and commended out sqlx migration in main.

This commit is contained in:
2026-02-26 02:19:19 +01:00
parent dcbb38174d
commit 1ff60443ca
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -40,7 +40,7 @@ async fn main() {
.await
.expect(&format!("Can't connect to database: {}", &database));
sqlx::migrate!().run(&pool).await.expect("Migrations failed");
//sqlx::migrate!().run(&pool).await.expect("Migrations failed");
let cors = CorsLayer::new()
.allow_methods([Method::GET, Method::POST, Method::DELETE])