This commit is contained in:
@ -225,6 +225,7 @@ CREATE TABLE IF NOT EXISTS scoring_profile (
|
||||
yellowMin INTEGER NOT NULL DEFAULT 13,
|
||||
yellowMax INTEGER NOT NULL DEFAULT 36,
|
||||
redMin INTEGER NOT NULL DEFAULT 37,
|
||||
processCompleteBands TEXT NOT NULL DEFAULT '[]',
|
||||
createdAt INTEGER NOT NULL DEFAULT 0,
|
||||
updatedAt INTEGER NOT NULL DEFAULT 0
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user