diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 21:53:48 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 21:53:48 +0200 |
commit | d23246547e10382b2244fc34157a2896706ac2c7 (patch) | |
tree | 262dbbc1fa59c0ef68f273b356912f6453843777 /module/database/DatabaseBackend.py | |
parent | [Plugin] Call api faster (diff) | |
download | pyload-d23246547e10382b2244fc34157a2896706ac2c7.tar.xz |
Stretch comment separator
Diffstat (limited to 'module/database/DatabaseBackend.py')
-rw-r--r-- | module/database/DatabaseBackend.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/database/DatabaseBackend.py b/module/database/DatabaseBackend.py index 6b2099736..010e05735 100644 --- a/module/database/DatabaseBackend.py +++ b/module/database/DatabaseBackend.py @@ -190,7 +190,7 @@ class DatabaseBackend(Thread): except: print "Filedatabase could NOT be converted." - #--convert scripts start + #convert scripts start----------------------------------------------------- def _convertV2(self): self.c.execute('CREATE TABLE IF NOT EXISTS "storage" ("id" INTEGER PRIMARY KEY AUTOINCREMENT, "identifier" TEXT NOT NULL, "key" TEXT NOT NULL, "value" TEXT DEFAULT "")') @@ -207,7 +207,7 @@ class DatabaseBackend(Thread): except: print "Database was converted from v3 to v4." - #--convert scripts end + #convert scripts end------------------------------------------------------- def _createTables(self): """create tables for database""" |