Skip to content

Commit 4ee1641

Browse files
committed
Fix missing char
1 parent 24012b9 commit 4ee1641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/default.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ CREATE TABLE IF NOT EXISTS evaluators(
2020

2121
-- Avoid duplicate deliveries.
2222
CREATE TABLE IF NOT EXISTS webhookDeliveries(
23-
delivery varchar(1024) PRIMARY KEY NOT NULL
23+
delivery varchar(1024) PRIMARY KEY NOT NULL,
2424
body varchar(65535) NOT NULL
2525
)

0 commit comments

Comments
 (0)