mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-07 16:10:18 +00:00
change column name to idx
This commit is contained in:
parent
5c4cd7383b
commit
48d215a53a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def create_tables():
|
|||
|
||||
qt = '''
|
||||
CREATE TABLE IF NOT EXISTS gravity (
|
||||
id integer primary key autoincrement,
|
||||
idx integer primary key autoincrement,
|
||||
domain text
|
||||
)
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue