3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02: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