Skip to content

Commit

Permalink
FIX: Missing column 'syntax' in table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 3, 2019
1 parent e04f476 commit 3fb3821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pastepwn/database/sqlitedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def _create_tables(self):
'size' INTEGER,
'date' INTEGER,
'expire' INTEGER,
'syntax' TEXT,
'scrape_url' TEXT,
'full_url' TEXT,
'body' TEXT,
Expand Down

0 comments on commit 3fb3821

Please sign in to comment.