remove language and partition from name import

This commit is contained in:
Sarah Hoffmann
2021-09-01 11:37:30 +02:00
parent 79da96b369
commit 7e7dd769fd
4 changed files with 262 additions and 259 deletions

View File

@@ -117,7 +117,6 @@ class SetupAll:
LOG.warning('Create search index for default country names.')
country_info.create_country_names(conn, tokenizer,
args.config.LANGUAGES)
conn.commit()
if args.no_updates:
freeze.drop_update_tables(conn)
tokenizer.finalize_import(args.config)