mirror of
https://gitlab.com/akasroua/covot
synced 2025-12-24 16:11:55 +01:00
Remove database initial insertion hack
This commit is contained in:
@@ -33,8 +33,7 @@ def create_database(data) -> None:
|
|||||||
"""
|
"""
|
||||||
models.Base.metadata.create_all(bind=engine)
|
models.Base.metadata.create_all(bind=engine)
|
||||||
existing_row = search_database(data["correo_institucional"])
|
existing_row = search_database(data["correo_institucional"])
|
||||||
if existing_row:
|
if not existing_row:
|
||||||
return
|
|
||||||
insert_data(data)
|
insert_data(data)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user