mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-08 00:20:37 +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 = '''
|
qt = '''
|
||||||
CREATE TABLE IF NOT EXISTS gravity (
|
CREATE TABLE IF NOT EXISTS gravity (
|
||||||
id integer primary key autoincrement,
|
idx integer primary key autoincrement,
|
||||||
domain text
|
domain text
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue