From 2004d5ea148b8b21cd0cffeb82fd8f07f52d1ba7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Nov 2022 18:19:07 -0700 Subject: pds schema: fix SQL trailing comma --- adenosine-pds/src/atp_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adenosine-pds/src') diff --git a/adenosine-pds/src/atp_db.sql b/adenosine-pds/src/atp_db.sql index 259ab9d..350c9ef 100644 --- a/adenosine-pds/src/atp_db.sql +++ b/adenosine-pds/src/atp_db.sql @@ -78,5 +78,5 @@ CREATE TABLE bsky_notification( subject_cid TEXT NOT NULL, reason TEXT NOT NULL, seen_at TIMESTAMP WITH TIME ZONE, - indexed_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT ( DATETIME('now') ), + indexed_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT ( DATETIME('now') ) ); -- cgit v1.2.3