Browse Source
Merge pull request #110 from martymcguire/mm-sqlite-schema-comma
remove trailing comma in sqlite schema
pull/111/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
); |