We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f63b8 commit 9f71faaCopy full SHA for 9f71faa
src/onegov/user/upgrade.py
@@ -311,4 +311,3 @@ def add_last_login_column(context: UpgradeContext) -> None:
311
context.operations.add_column(
312
'users', Column('last_login', UTCDateTime, nullable=True)
313
)
314
-
0 commit comments