From 1fc6bdb3c96e777ce55d62a5daa241337c73226c Mon Sep 17 00:00:00 2001 From: Marty McGuire Date: Sun, 30 Jun 2019 13:43:37 -0700 Subject: [PATCH] remove trailing comma in sqlite schema --- schema/sqlite.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/sqlite.sql b/schema/sqlite.sql index 948b3ef..8eaa7b0 100644 --- a/schema/sqlite.sql +++ b/schema/sqlite.sql @@ -24,5 +24,5 @@ CREATE TABLE users ( instagram_access_token TEXT, email_username TEXT, default_timezone TEXT, - supported_post_types TEXT, + supported_post_types TEXT );