mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
Remove underscore typo
This commit is contained in:
parent
51d8a136ce
commit
766859eca0
@ -53,7 +53,7 @@ CREATE TABLE IF NOT EXISTS Scores (
|
|||||||
correct_streak_timestamp NUMERIC DEFAULT 0,
|
correct_streak_timestamp NUMERIC DEFAULT 0,
|
||||||
highest_quick_correct_streak INTEGER DEFAULT 0,
|
highest_quick_correct_streak INTEGER DEFAULT 0,
|
||||||
quickest_correct_streak NUMERIC 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
|
lifetime_quickest_correct_streak NUMERIC DEFAULT 0
|
||||||
)
|
)
|
||||||
SQL
|
SQL
|
||||||
|
Loading…
Reference in New Issue
Block a user