add link icon

This commit is contained in:
Romulus21
2025-06-04 23:37:44 +02:00
parent 4a8d22cb47
commit 735abf577c
7 changed files with 29 additions and 22 deletions

View File

@@ -8,10 +8,10 @@ async fn create_pool() -> sqlx::MySqlPool {
.await
.expect("could not connect to database_url");
sqlx::migrate!()
/*sqlx::migrate!()
.run(&pool)
.await
.expect("migrations failed");
.expect("migrations failed");*/
pool
}