From: Matvey Fedoseev <41521530+MatveyF@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:54:36 +0000 (+0100) Subject: 📝 Update outdated link in `docs/db-to-code.md` (#649) X-Git-Tag: 0.0.9~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8970833b147e998b5e5d0c52421a979d4ac81cf8;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update outdated link in `docs/db-to-code.md` (#649) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/db-to-code.md b/docs/db-to-code.md index 2e0fb1ba..980c4571 100644 --- a/docs/db-to-code.md +++ b/docs/db-to-code.md @@ -111,7 +111,7 @@ DROP TABLE hero; That is how you tell the database in SQL to delete the entire table `hero`. -Nooooo! We lost all the data in the `hero` table! 💥😱 +Nooooo! We lost all the data in the `hero` table! 💥😱 ### SQL Sanitization @@ -305,4 +305,4 @@ You will see **your own code** a lot more than the internal table names, so it's So, to keep things consistent, I'll keep using the same table names that **SQLModel** would have generated. !!! tip - You can also override the table name. You can read about it in the Advanced User Guide. \ No newline at end of file + You can also override the table name. You can read about it in the Advanced User Guide.