We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c898d commit 4216e16Copy full SHA for 4216e16
1 file changed
src/main.ts
@@ -56,7 +56,7 @@ async function run(): Promise<void> {
56
CREATE TABLE IF NOT EXISTS events (
57
id INTEGER PRIMARY KEY,
58
timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
59
- kind TEXT NOT NULL
+ kind TEXT NOT NULL,
60
event TEXT NOT NULL
61
);`)
62
core.endGroup()
0 commit comments