We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342397 commit 661b563Copy full SHA for 661b563
docassemble/GithubFeedbackForm/alembic/versions/5b46c3a6f9b7_add_github_user_and_repo.py
@@ -22,7 +22,7 @@
22
23
def upgrade():
24
inspector = inspect(op.get_bind())
25
- columns = [col['name'] for col in inspector.get_columns('feedback_session')]
+ columns = [col["name"] for col in inspector.get_columns("feedback_session")]
26
27
if "github_user" not in columns:
28
op.add_column(
0 commit comments