fix(schema): Fix timer column typo.

This commit is contained in:
2023-10-27 15:41:26 +03:00
parent e3e717b948
commit 116bb869db

View File

@@ -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,