From: Stefan Huber Date: Wed, 15 Jan 2014 16:21:45 +0000 (+0100) Subject: Fix: dvr is not unique X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=9c571b95234850cdb30cf9a1d85928701044a67f;p=dvrdb.git Fix: dvr is not unique --- diff --git a/dvr-db.py b/dvr-db.py index 62038e6..ca848f6 100755 --- a/dvr-db.py +++ b/dvr-db.py @@ -34,7 +34,7 @@ class Database: c.execute("CREATE TABLE IF NOT EXISTS dvrtable (\ id INTEGER PRIMARY KEY, \ - dvr INTEGER UNIQUE \ + dvr INTEGER \ )") c.execute("CREATE TABLE IF NOT EXISTS registrations (\