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
remove trailing comma in sqlite schema
pull/110/head
Marty McGuire
5 years ago
parent
f8b122256f
commit
1fc6bdb3c9
1 changed files
with
1 additions
and
1 deletions
Split 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
,
email_username
TEXT
,
default_timezone
TEXT
,
supported_post_types
TEXT
,
supported_post_types
TEXT
)
;
Write
Preview
Loading…
Cancel
Save