Skip to content

Commit 61b9df0

Browse files
committed
session.commit()
1 parent 5b1f7bc commit 61b9df0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/opengeodeweb_microservice/microservice

src/opengeodeweb_microservice/microservice/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def create(
4141
if session:
4242
session.add(data_entry)
4343
session.flush()
44+
session.commit()
4445
return data_entry
4546

4647
@staticmethod

0 commit comments

Comments
 (0)