parent
28e4561461
commit
1ab1f18e07
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def initialize():
|
||||||
with PlexDBBase() as plexdb:
|
with PlexDBBase() as plexdb:
|
||||||
plexdb.cursor.execute('''
|
plexdb.cursor.execute('''
|
||||||
CREATE TABLE IF NOT EXISTS version(
|
CREATE TABLE IF NOT EXISTS version(
|
||||||
idVersion TEXT)
|
idVersion TEXT PRIMARY KEY)
|
||||||
''')
|
''')
|
||||||
plexdb.cursor.execute('''
|
plexdb.cursor.execute('''
|
||||||
INSERT OR REPLACE INTO version(idVersion)
|
INSERT OR REPLACE INTO version(idVersion)
|
||||||
|
|
Loading…
Reference in a new issue