diff --git a/bin/datastore.py b/bin/datastore.py index df4e9dc..7291f75 100644 --- a/bin/datastore.py +++ b/bin/datastore.py @@ -479,6 +479,8 @@ class Datastore: if filedata is not None: self.save_file_data(filepath, json.dumps(filedata), cursor) + + cursor.execute("CALL final_line_post_import(%s);", (fileinfo["sequence"],)) self.maybe_commit()