Remove underscore typo

This commit is contained in:
Pragmatic Software 2015-05-21 03:26:38 -07:00
parent 51d8a136ce
commit 766859eca0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ CREATE TABLE IF NOT EXISTS Scores (
correct_streak_timestamp NUMERIC DEFAULT 0,
highest_quick_correct_streak INTEGER DEFAULT 0,
quickest_correct_streak NUMERIC DEFAULT 0,
lifetime_highest_quick_correct_streak INTEGER_DEFAULT 0,
lifetime_highest_quick_correct_streak INTEGER DEFAULT 0,
lifetime_quickest_correct_streak NUMERIC DEFAULT 0
)
SQL