Browse Source

remove trailing comma in sqlite schema

pull/110/head
Marty McGuire 4 years ago
parent
commit
1fc6bdb3c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      schema/sqlite.sql

+ 1
- 1
schema/sqlite.sql View File

@ -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
);

Loading…
Cancel
Save