schema fix
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ CREATE TABLE counters {
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT NOT NULL
|
||||
count INTEGER NOT NULL
|
||||
}
|
||||
};
|
||||
|
||||
CREATE TABLE redeem_queue (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user