-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: enhance README with alembic integration instructions
Generated-by: aiautocommit
- Loading branch information
1 parent
03e0511
commit a7ac734
Showing
2 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git i/migrations/script.py.mako w/migrations/script.py.mako | ||
index 6ce3351..9dc78bb 100644 | ||
--- i/migrations/script.py.mako | ||
+++ w/migrations/script.py.mako | ||
@@ -10,6 +10,7 @@ from typing import Sequence, Union | ||
from alembic import op | ||
import sqlalchemy as sa | ||
import sqlmodel | ||
+import activemodel | ||
${imports if imports else ""} | ||
|
||
# revision identifiers, used by Alembic. |