mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-07 16:10:18 +00:00
Whoops, actually drop gravity table on each run
This commit is contained in:
parent
0e746bde44
commit
8e1b5338c6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ import sqlite3
|
|||
def create_tables():
|
||||
|
||||
qt = 'DROP TABLE IF EXISTS gravity'
|
||||
c.execute(qt)
|
||||
conn.commit()
|
||||
|
||||
qt = '''
|
||||
|
|
Loading…
Add table
Reference in a new issue