Skip to content

Commit b05f561

Browse files
committed
go back old version
1 parent 56a5a0d commit b05f561

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ def export_project() -> flask.Response:
380380
export_vease_path = os.path.join(project_folder, filename)
381381

382382
with get_session() as session:
383-
session.query(Data).filter(
384-
(Data.input_file == None) | (Data.input_file == "")
385-
).update({Data.input_file: Data.native_file}, synchronize_session=False)
386-
session.commit()
387-
388383
rows = session.query(Data.id, Data.input_file, Data.additional_files).all()
389384

390385
with zipfile.ZipFile(

0 commit comments

Comments
 (0)