mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 05:40:13 +00:00
Remove idx creation, sqlite3 handles this automatically.
This commit is contained in:
parent
64b91c8b97
commit
9f29bef173
2 changed files with 0 additions and 4 deletions
|
@ -33,7 +33,6 @@ with conn:
|
|||
# Ready new table for list of domains
|
||||
gt = '''
|
||||
CREATE TABLE IF NOT EXISTS gravity (
|
||||
idx INTEGER PRIMARY KEY ASC,
|
||||
domain text
|
||||
)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue