This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#110
from martymcguire/mm-sqlite-schema-comma
remove trailing comma in sqlite schema
pull/111/head
Aaron Parecki
5 years ago
committed by
GitHub
parent
f8b122256f
1fc6bdb3c9
commit
efe16c375a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
schema/sqlite.sql
+ 1
- 1
schema/sqlite.sql
View File
@ -24,5 +24,5 @@ CREATE TABLE users (
instagram_access_token
TEXT
,
instagram_access_token
TEXT
,
email_username
TEXT
,
email_username
TEXT
,
default_timezone
TEXT
,
default_timezone
TEXT
,
supported_post_types
TEXT
,
supported_post_types
TEXT
)
;
)
;
Write
Preview
Loading…
Cancel
Save