mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
adding missing DB field
Can't upgrade a game if the field's missing so just add it. Adding a notion of versioning and upgrading isn't worth the effort.
This commit is contained in:
parent
56fc359f42
commit
f8a84cbe0a
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ openGamesDB( const char* dbName )
|
|||
",ntotal INT(2)"
|
||||
",nmissing INT(2)"
|
||||
",lastMoveTime INT"
|
||||
",dupTimerExpires INT"
|
||||
")";
|
||||
result = sqlite3_exec( pDb, createGamesStr, NULL, NULL, NULL );
|
||||
|
||||
|
|
Loading…
Reference in a new issue