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 f647f9e commit 3052f0bCopy full SHA for 3052f0b
lms/lmsdb/bootstrap.py
@@ -342,7 +342,6 @@ def get_new_tables(tables: Iterable[Model]) -> List[Model]:
342
return [table for table in tables if not is_tables_exists(table)]
343
344
345
-
346
def main():
347
with models.database.connection_context():
348
new_tables = get_new_tables(models.ALL_MODELS)
0 commit comments