diff --git a/lifecycle/system_migrations/to_0_10.py b/lifecycle/system_migrations/to_0_10.py index 58d0e6b7e..4e941f31e 100644 --- a/lifecycle/system_migrations/to_0_10.py +++ b/lifecycle/system_migrations/to_0_10.py @@ -26,7 +26,6 @@ name = '0002_passwordstage_change_flow';""" class Migration(BaseMigration): - def needs_migration(self) -> bool: self.cur.execute( "select * from information_schema.tables where table_name='oidc_provider_client'"