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,