diff --git a/helper_scripts/import_rounds_from_db.py b/helper_scripts/import_rounds_from_db.py index 184b20b..990c840 100755 --- a/helper_scripts/import_rounds_from_db.py +++ b/helper_scripts/import_rounds_from_db.py @@ -18,7 +18,7 @@ if __name__ == "__main__": count = cursor.fetchone()[0] i = 1 - cursor.execute("select * from rounds") + cursor.execute("select * from rounds order by timestamp ASC") for row in cursor: # load from db