diff options
-rw-r--r-- | captain/db.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/db.f90 b/captain/db.f90 index 42f1bfc..b9d1e61 100644 --- a/captain/db.f90 +++ b/captain/db.f90 @@ -1210,7 +1210,7 @@ contains call date_and_time(values=right_now) if(stmt%prepare(db, & - "INSERT OR UPDATE INTO checkin(player, year, month, day, hour, minute, second, platform)" & + "INSERT OR REPLACE INTO checkin(player, year, month, day, hour, minute, second, os)" & //" VALUES(?, ?, ?, ?, ?, ?, ?, ?)") & == SQLITE_OK) & then |