From 116bb869dbe0f47bafc09f870e9942615583ff75 Mon Sep 17 00:00:00 2001 From: Conatum Date: Fri, 27 Oct 2023 15:41:26 +0300 Subject: [PATCH] fix(schema): Fix timer column typo. --- data/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema.sql b/data/schema.sql index 279550dd..dbd057fc 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -1218,7 +1218,7 @@ create TABLE timers( inactivity_threshold INTEGER, channel_name TEXT, pretty_name TEXT, - owenrid BIGINT REFERENCES user_config, + ownerid BIGINT REFERENCES user_config, manager_roleid BIGINT, last_messageid BIGINT, voice_alerts BOOLEAN,