fix(schema): Fix timer column typo.
This commit is contained in:
@@ -1218,7 +1218,7 @@ create TABLE timers(
|
|||||||
inactivity_threshold INTEGER,
|
inactivity_threshold INTEGER,
|
||||||
channel_name TEXT,
|
channel_name TEXT,
|
||||||
pretty_name TEXT,
|
pretty_name TEXT,
|
||||||
owenrid BIGINT REFERENCES user_config,
|
ownerid BIGINT REFERENCES user_config,
|
||||||
manager_roleid BIGINT,
|
manager_roleid BIGINT,
|
||||||
last_messageid BIGINT,
|
last_messageid BIGINT,
|
||||||
voice_alerts BOOLEAN,
|
voice_alerts BOOLEAN,
|
||||||
|
|||||||
Reference in New Issue
Block a user