3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Remove underscore typo

This commit is contained in:
Pragmatic Software 2015-05-21 03:26:38 -07:00
parent 51d8a136ce
commit 766859eca0

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