3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-19 10:29:30 +01:00

ActionTrigger: remove trailing comma from database creation

This commit is contained in:
Pragmatic Software 2019-12-19 22:57:54 -08:00
parent c788b2c5bd
commit 9fd9e4f99c

View File

@ -64,7 +64,7 @@ CREATE TABLE IF NOT EXISTS Triggers (
owner TEXT,
level INTEGER,
repeatdelay INTEGER,
lastused NUMERIC,
lastused NUMERIC
)
SQL