add link icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user